摘要:
安装:pip install pytest #!/usr/bin/env python # -*- coding:utf-8 -*- # @Time:2022/7/30 14:50 # @Author:Lhtester # @Filename:pytest_01_基本操作.py def add(x, 阅读全文
摘要:
安装:pip install parameterized 实例: #!/usr/bin/env python # -*- coding:utf-8 -*- # @Time:2022/6/14 22:24 # @Author:Lhtester # @Filename:unitest_01.py imp 阅读全文