first commit

This commit is contained in:
rjb
2025-12-21 00:20:27 +08:00
commit 6fb3c6c23d
42 changed files with 2265 additions and 0 deletions

16
requirements/test.txt Normal file
View 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