遇到问题–python–pytest引用模块错误(pytest使用的环境与python运行的环境不一致)
报错提示 ImportError while importing test module 'D:\python_syy\web自动化\web_html_po模式\TestCases\test_loa ...
报错提示 ImportError while importing test module 'D:\python_syy\web自动化\web_html_po模式\TestCases\test_loa ...
allure前言 Pytest报告生成方式: 1、生成兼容Junit风格的报告 Junit风格xml报告:pytest --junitxml=path 2、生成HTML风格报告 ...