ForcePilot/backend/test/integration/api/channels
Kris ff07cef881 test: 批量完善单元测试与集成测试用例
1. 为测试桩函数新增version、debug/exception日志等必要字段
2. 重构SQLAlchemy事务上下文测试,修复隐式事务提交逻辑
3. 修复微信WOC插件适配器测试用例,补充缺失的日志方法与测试场景
4. 调整路由阶段测试,移除过时的会话刷新逻辑
5. 新增内容审核 retention 定时任务测试用例
6. 完善配对、会话、账号模型测试用例
7. 删除过时的报表集成测试文件
8. 为持久化适配器添加配对状态更新的乐观锁测试
9. 修复配置验证测试的断言逻辑
2026-07-08 03:58:05 +08:00
..
__init__.py test: 批量修复单元测试与集成测试的兼容性问题 2026-07-04 00:18:04 +08:00
conftest.py test: 批量完善单元测试与集成测试用例 2026-07-08 03:58:05 +08:00
test_account_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +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 test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_config_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_content_review_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_dashboard_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_directory_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +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-07 16:27:06 +08:00
test_outbox_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_pairing_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_plugin_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_session_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_webhook_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_wizard_router.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00
test_woc_wizard_verify.py test: 格式化所有渠道相关测试用例的函数定义 2026-07-07 16:27:06 +08:00