1 Star 0 Fork 2

289624720/py_test

forked from 王中/py_test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pytest.ini 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
王中 提交于 2023-05-19 17:48 . 添加每次清理xml参数
[pytest]
addopts = -vs -p no:warnings
;模块名的规则,配置测试搜索的模块文件名称
python_files = test*.py
;类名的规则,配置测试搜索的测试类名
python_classes = Test*
;方法名的规则,配置测试搜索的测试函数名
python_functions = test
markers =
smoking :
high :
medium :
lower :
filterwarnings =
ignore:Module already imported so cannot be rewritten: allure_pytest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanlen520/py_test.git
git@gitee.com:hanlen520/py_test.git
hanlen520
py_test
py_test
master

搜索帮助