refactor(test): 重构测试套件结构并优化测试配置
feat(test-suite): 新增测试套件模块,包含API测试客户端和测试配置 fix(api): 修复数据库实体和仓库的删除操作返回值 style(api): 统一数据库表名和字段命名 perf(api): 添加缓存注解提升配置查询性能 test(api): 添加H2测试数据库配置支持 chore: 清理旧的测试文件和脚本
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.2
|
||||
pytest-cov==4.1.0
|
||||
allure-pytest==2.13.2
|
||||
requests==2.31.0
|
||||
python-dotenv==1.0.0
|
||||
httpx==0.24.1
|
||||
pydantic==2.9.2
|
||||
pytest-dependency==0.6.1
|
||||
pytest-xdist==3.6.1
|
||||
pytest-rerunfailures==14.0.0
|
||||
Reference in New Issue
Block a user