Files
template/requirements/test.txt

17 lines
227 B
Plaintext
Raw Normal View History

2025-12-21 00:20:27 +08:00
# 测试依赖 - 测试框架和工具
# 包含base.txt的所有依赖
-r base.txt
# 测试框架
pytest>=7.4.0
pytest-flask>=1.2.0
pytest-cov>=4.1.0
# 测试工具
faker>=19.0.0
freezegun>=1.2.2
# HTTP测试
httpx>=0.24.0