| 123456789101112131415161718192021222324 |
- # 测试依赖包
- # 核心测试框架
- pytest>=7.4.0
- pytest-asyncio>=0.21.0
- pytest-mock>=3.11.0
- pytest-cov>=4.1.0
- # HTML 报告生成
- pytest-html>=3.2.0
- # 异步测试支持
- asyncio>=3.4.3
- # Mock 和测试工具
- unittest-mock>=1.5.0
- # 代码覆盖率
- coverage>=7.2.0
- # 其他测试工具
- pytest-timeout>=2.1.0
- pytest-xdist>=3.3.0 # 并行测试
|