ForcePilot/backend/test/unit/channels/application/extension/scheduler_handlers
Kris 3ae9c0bd21 test: 批量修复与新增单元测试用例,清理废弃测试目录
1.  删除了 test/unit/external_systems/framework/ 下的废弃空测试目录
2.  修复多处测试断言逻辑、参数传递与测试数据构造
3.  新增日志级别、缓存令牌、流事件等DTO单元测试
4.  补充路由绑定、会话仓储、outbox仓储的测试覆盖
5.  更新测试用例中的异常类型、参数校验与业务逻辑断言
2026-07-11 21:43:16 +08:00
..
__init__.py test: add batch of unit tests for channels module 2026-07-02 03:28:19 +08:00
test_channel_audit_log_retention_handler.py test: 批量修复与新增单元测试用例,清理废弃测试目录 2026-07-11 21:43:16 +08:00
test_channel_content_review_retention_handler.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_channel_idempotency_cleanup_handler.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_channel_outbox_recovery_handler.py test: 批量修复与新增单元测试用例,清理废弃测试目录 2026-07-11 21:43:16 +08:00
test_channel_outbox_terminal_cleanup_handler.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_channel_pairing_expiration_handler.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_channel_pairing_terminal_cleanup_handler.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_channel_session_inactive_cleanup_handler.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00