ForcePilot/backend/test/unit
Kris d4770dfba4 test: 完善外部系统测试用例,修复多处测试逻辑问题
1. 修复数据库配置测试中 schema 字段名不匹配问题
2. 替换多处 KeyError 断言为 DomainValidationError 校验
3. 优化 gRPC 测试中可选类型断言逻辑
4. 新增大量重试逻辑、认证校验、资产校验相关测试用例
5. 重构部分测试代码,移除冗余导入与代码
6. 调整 DTO 测试默认值与断言逻辑
7. 格式化部分测试文件代码格式
8. 新增适配器基类默认行为单元测试
2026-07-11 07:37:14 +08:00
..
agents feat: 新增会话通信工具与子会话嵌套管理能力 2026-06-13 20:19:07 +08:00
backends fix: 修复安全预警依赖与路径校验 2026-06-05 23:46:06 +08:00
channels test: add and update multiple unit test cases across modules 2026-07-11 05:44:03 +08:00
external_systems test: 完善外部系统测试用例,修复多处测试逻辑问题 2026-07-11 07:37:14 +08:00
graphs test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
knowledge feat: 更新后端评分计算 2026-06-04 21:08:13 +08:00
middlewares fix: 调整智能体模型默认解析 2026-06-11 22:48:28 +08:00
plugins fix: 分批写入 Milvus chunks 避免 gRPC 超限 2026-06-11 20:55:44 +08:00
repositories fix: 调整智能体模型默认解析 2026-06-11 22:48:28 +08:00
routers refactor: 移除 MCP 配置文本入口 2026-06-03 23:33:30 +08:00
scheduler test: add and update multiple unit test cases across modules 2026-07-11 05:44:03 +08:00
server feat(models): 增强模型配置能力 2026-05-27 19:56:26 +08:00
services fix: 修复多模态图片上传和历史渲染 2026-06-12 00:03:04 +08:00
storage test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
toolkits feat: 启用主智能体私有 Skill 安装工具 2026-06-03 21:04:12 +08:00
utils feat: 新增通用 SSRF 防护模块并重构 URL 校验逻辑 2026-06-13 18:22:38 +08:00
test_auth_utils.py refactor: 简化代码逻辑 2026-05-29 22:19:58 +08:00
test_chunking_token_limit.py fix: 保护知识库分块 token 上限 2026-06-06 17:45:32 +08:00
test_package_import.py chore(release): bump version to 0.6.1 2026-04-24 19:32:16 +08:00
test_tmp_attachment_service.py feat(attachments): 新增附件的可解析的支持 2026-05-27 18:22:29 +08:00