python
config_error
ai_generated
partial
PytestWarning: No test reports found for 'test_x'
ID: python/pytest-warning-summary-missing
80%Fix Rate
82%Confidence
0Evidence
2025-06-15First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 3.10 | active | — | — | — |
Root Cause
使用 pytest 插件(如 pytest-html)时,测试报告文件未生成或路径错误。
generic中文
使用 pytest 插件(如 pytest-html)时,测试报告文件未生成或路径错误。
Workarounds
-
95% success 确保使用命令行参数生成报告
pytest --html=report.html
-
80% success 更新插件
检查插件版本是否兼容,更新 pytest-html
Dead Ends
Common approaches that don't work:
-
手动创建报告
60% fail
尝试手动创建报告文件但格式错误
-
错误配置路径
50% fail
尝试在 conftest.py 中配置报告路径但未生效