pytest配置文件

[pytest]
addopts = -s -v -p no:warnings
testpaths = ./web_tpshop/scripts
python_files = test_*.py
python_classes = Test*
python_functions = test_*

你可能感兴趣的:(测试工具)