test(api): 补充P0级API集成测试 #187
Reference in New Issue
Block a user
Delete Branch "feat/add-p0-api-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更内容
补充5个P0级API集成测试文件,覆盖核心业务流程:
测试结果
全部 96 个测试用例通过,运行时间 2.09s。
备注
测试中发现
chunked_upload.py存在路由顺序bug:/{upload_id}/{chunk_index}在/{upload_id}/complete之前定义,导致 complete/status 端点永远匹配不到。测试中通过手动按正确顺序注册路由绕过,未修改源码。