first commit
This commit is contained in:
16
requirements/test.txt
Normal file
16
requirements/test.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# 测试依赖 - 测试框架和工具
|
||||
# 包含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
|
||||
|
||||
Reference in New Issue
Block a user