ForcePilot/backend/test/integration/api/channels
Kris d58331e0c0 test: 批量修复单元测试与集成测试的兼容性问题
本次提交修复了多个测试文件中的问题:
1. 将 ChannelType 枚举调用改为字符串实例化方式
2. 修正了日志断言、异步mock使用、配置参数等多处测试细节
3. 新增了会话聚合根、跨渠道关联策略等单元测试用例
4. 修复了路由测试中的路径方法错误与断言逻辑
5. 调整了依赖导入与测试夹具的兼容性
6. 统一了重试回退调度的列表/元组使用规范
2026-07-04 00:18:04 +08:00
..
__init__.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
conftest.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_account_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_allowlist_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_analytics_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_audit_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_capability_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_config_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_content_review_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_dashboard_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_directory_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_doctor_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_health_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_login_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_message_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_outbox_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_pairing_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_plugin_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_reports_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_session_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_webhook_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
test_wizard_router.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00