1 Star 3 Fork 0

Bug_Mao / MyAutoProject

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pytest.ini 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bug_Mao 提交于 2023-04-21 20:19 . 1
[pytest]
addopts = -vs -rsxX -l
-reruns=3
--tb=short
--show-capture=no
--strict-markers
--clean-alluredir
--allure-no-capture
--headed
--slowmo=200
--tracing=retain-on-failure
--video=retain-on-failure
--screenshot=only-on-failure
markers =
demo:marks tests as demo
smoke:marks tests as smoke
uat:marks tests as uat
test:marks tests as test
testpaths = ./tests/test_case
python_files = test*.py
python_classes = Test*
python_functions = test
log_level = debug
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
Python
1
https://gitee.com/Bug_Mao/MyAutoProject.git
git@gitee.com:Bug_Mao/MyAutoProject.git
Bug_Mao
MyAutoProject
MyAutoProject
master

搜索帮助