ForcePilot/backend/test/unit/channels/application/usecase
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: add batch of unit tests for channels module 2026-07-02 03:28:19 +08:00
test_admin_message_service.py test: add and update multiple unit test cases 2026-07-07 16:27:23 +08:00
test_channel_control_service.py test: add and update multiple unit test cases 2026-07-07 16:27:23 +08:00
test_content_review_query_service.py test: 批量完善单元测试与集成测试用例 2026-07-08 03:58:05 +08:00
test_failure_detail.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_health_check_service.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_inbound_message_service.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_plugin_lifecycle_service.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00