代码拉取完成,页面将自动刷新
[pytest]
addopts = -v --alluredir=./report/xml --clean-alluredir -p no:warnings
;可执行标记为mark的对应用例,用or表示标记为demo或者smoke的用例都会执行
;addopts = -vs --alluredir=./results/json --clean-alluredir -m "demo or smoke"
;模块名的规则,配置测试搜索的模块文件名称
python_files = test_B*.py
python_classes = Test* #类名的规则
python_functions = test #方法名的规则
timeout = 10
;暂时未用到mark 需要时则在用例添加字段 并调整下业务驱动脚本即可
markers =
smoking :
high :
medium :
lower :
;log_cli = true
;log_cli_level = INFO
;filterwarnings =
; ignore:Module already imported so cannot be rewritten: faker
filterwarnings =
error
ignore::UserWarning
ignore:function ham\(\) is deprecated:DeprecationWarning
ignore:.*U.*mode is deprecated:DeprecationWarning
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。