ForcePilot/backend/test/integration/api/channels
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
..
__init__.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
conftest.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_account_router.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_allowlist_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_analytics_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_audit_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_capability_router.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_config_router.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_content_review_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_dashboard_router.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_directory_router.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_doctor_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_health_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_login_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_message_router.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_outbox_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_pairing_router.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_plugin_router.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_route_binding_router.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_session_router.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_webhook_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_wizard_router.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00