加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pytest.ini 234 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Jackson 提交于 2020-06-27 20:17 . Improve pytest output
[pytest]
python_functions = *_test
python_classes = *_test
xfail_strict = true
log_level = debug
log_date_format = %Y-%m-%d %H:%M:%S
log_format = %(asctime)s - %(levelname)s - %(message)s
log_cli_level = debug
markers = valgrind_skip
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化