Ai
1 Star 3 Fork 0

autoframe2021/api_test_frame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pytest.ini 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
非衣云月 提交于 2023-06-17 10:45 +08:00 . cs
[pytest]
# 命令行
addopts = -vs --alluredir=./reports/temp --clean-alluredir --junitxml=./reports/results.xml
# 执行的测试用例目录
testpaths = ./testcases/
# 屏蔽警告
filterwarnings =
error
ignore::UserWarning
python_files = test_*.py
python_classes = Test*
python_functions = test
# 配置控制台的中文显示字节问题
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/autoframe2021/api_test_frame.git
git@gitee.com:autoframe2021/api_test_frame.git
autoframe2021
api_test_frame
api_test_frame
master

搜索帮助