gpt4 book ai didi

python - 如何使用 pytest 为覆盖率报告设置不同的 html 输出目录?

转载 作者:太空狗 更新时间:2023-10-29 20:39:35 37 4
gpt4 key购买 nike

将覆盖与 pytests 结合使用是一个非常有用的工具。

Html 报告允许很好的输出,但是通过命令行找不到修改默认输出目录 (htmlcov) 的选项

示例命令行:

python -m pytest lib_being_tested\tests --cov lib_being_tested.module --cov-report=html

最佳答案

现在(3 年后)您可以直接在命令行中更改默认输出目录:

python -m pytest --cov --cov-report=html:reports/html_dir --cov-report=xml:reports/coverage.xml lib_being_tested.module

丢失的目录是即时创建的

Simeon's answer通过覆盖配置文件选择这个输出目录仍然是相关的

关于python - 如何使用 pytest 为覆盖率报告设置不同的 html 输出目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27537353/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com