CMD :输入以下命令 pytest install pytest-html pytest --html=./report/html/report.html 执行某个模块文件,输出报告(就是执行 day34 对应的代码输出到 ./report/html/report01.html) pytest -s -rA .\02_pytest-flakes插件_静态代码检查.py --html=./report/html/report01.html
pytest学习实践-day35:03_pytest-html_简易测试报告使用
最新推荐文章于 2024-11-13 20:29:29 发布
本文介绍了如何使用pytest命令行工具执行模块文件,配合pytest-html插件生成详细的HTML测试报告,如report01.html,以及如何结合pytest-flakes进行静态代码检查。
摘要由CSDN通过智能技术生成