ForcePilot/backend/test/integration/api
Kris 361dbe2149 test: 批量修复单元测试与集成测试用例的各类问题
本次提交修复了多个测试文件中的问题:
1.  为各管道测试类添加tracer_port属性初始化
2.  修复QQBot客户端关闭异常的错误类型匹配
3.  修正配对接口查询的状态值小写格式
4.  移除ChannelType枚举值的显式.value调用
5.  新增QQ常量的导出项与Instagram测试桩函数
6.  修复API接口返回值解析,正确访问data字段
7.  调整企业微信富文本消息的断言结构
8.  修正微信iLink的消息类型测试用例
9.  替换废弃的datetime.utc相关导入为UTC常量
10. 修复QQBot白名单适配器的返回值结构
11. 调整outbox工具的channel_msg_id处理逻辑
12. 新增多个适配器与服务的测试用例,覆盖异常降级、缓存处理等场景
13. 重构部分QQBot适配器的辅助函数测试,清理冗余代码
14. 修复微信iLink客户端的上传接口调用参数与缓存清理逻辑
15. 修正配置导出接口的敏感字段过滤与返回值结构
2026-07-09 04:23:07 +08:00
..
channels test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
external_systems test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_agent_run_events_router.py feat: 精简 Message state 事件载荷 2026-06-08 00:31:05 +08:00
test_apikey_router.py test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
test_auth_router.py feat: 收紧用户管理部门隔离并重构知识库共享权限 2026-05-26 17:39:13 +08:00
test_chat_agent_sync.py refactor: 简化代码逻辑 2026-05-29 22:19:58 +08:00
test_chat_resume_batch_questions.py feat(test): 重组测试目录结构为 integration/unit/e2e 三层架构 2026-03-30 15:24:47 +08:00
test_chat_router.py fix: 修复多模态图片上传和历史渲染 2026-06-12 00:03:04 +08:00
test_dashboard_router.py feat(test): 重组测试目录结构为 integration/unit/e2e 三层架构 2026-03-30 15:24:47 +08:00
test_department_router.py test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
test_evaluation_router.py test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
test_graph_router_list.py feat(test): 重组测试目录结构为 integration/unit/e2e 三层架构 2026-03-30 15:24:47 +08:00
test_knowledge_router.py test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
test_scheduler_router.py test(scheduler): add complete integration tests for scheduler router 2026-06-23 13:42:15 +08:00
test_settings_router.py feat(test): 重组测试目录结构为 integration/unit/e2e 三层架构 2026-03-30 15:24:47 +08:00
test_system_router.py feat: 增加工具配置说明展示 2026-03-30 16:39:27 +08:00
test_task_router.py test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
test_unified_graph_router.py test: 适配重构后的单元与集成测试,修复 agent-env upsert 返回陈旧值 2026-06-03 15:48:35 +08:00
test_user_agent_env_router.py refactor: Benchmark 弹窗重构 + 测试适配 + 文档更新 2026-05-26 17:40:17 +08:00
test_viewer_filesystem_router.py feat: 支持工作区批量上传文件 2026-06-03 23:32:32 +08:00
test_viewer_filesystem_security.py feat: 支持工作区批量上传文件 2026-06-03 23:32:32 +08:00