完成错误测试用例

This commit is contained in:
Your Name
2026-01-31 11:02:59 +08:00
parent 588e3bb478
commit 11cef531bd
15 changed files with 909 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 项目管理系统 API(依据产品文档与 API 文档)
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# 测试
pytest>=7.4.0
httpx>=0.25.0
# 后续:数据库
# python-dotenv>=1.0.0
# mysql-connector-python>=8.0.0