[pytest]# 添加运行时候的参数addopts = -s # 指定运行的路径testpaths = ./scripts # 指定运行的文件python_files = test*.py # 指定运行的类python_classes = Test* # 指定运行的方法python_functions = test*
京公网安备 11010502049817号