ForcePilot/backend/test/unit/channels/adapters
Kris 713fcdcd8e refactor(test): 批量重构测试代码,简化调度器handler测试逻辑
1.  统一替换多个调度器handler测试用例,移除冗余的session_factory相关代码和fake session上下文
2.  调整ChannelPersistenceAdapter测试,使用模块级patcher管理并统一初始化方式
3.  修正OutboxEntry聚合根操作的版本号逻辑,移除不必要的版本递增
4.  新增UTC时区转换相关测试用例,完善datetime类型映射测试
5.  更新微信WOC适配器测试,适配新的session_type枚举值
6.  优化测试代码的可读性和一致性,统一测试辅助函数的实现方式
2026-07-10 14:29:23 +08:00
..
__init__.py test: add batch of unit tests for channels module 2026-07-02 03:28:19 +08:00
conftest.py test: add batch of unit tests for channels module 2026-07-02 03:28:19 +08:00
test_agent_access_config_adapter.py test: 修复多单元测试用例,完善测试覆盖与校验逻辑 2026-07-09 13:53:26 +08:00
test_agent_run_adapter.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_agent_run_execution_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_arq_queue_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_channel_persistence_adapter.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_content_review_repository_adapter.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_conversation_adapter.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_default_content_moderation_adapter.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_identity_resolver_adapter.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_inmemory_realtime_metrics_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_inmemory_tracer_adapter.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_mappers.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_masking_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_message_ops_port_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_redis_cache_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_redis_config_adapter.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_redis_realtime_metrics_adapter.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00
test_route_binding_repository.py refactor(test): 批量重构测试代码,简化调度器handler测试逻辑 2026-07-10 14:29:23 +08:00
test_service_account_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_sqlalchemy_transaction_adapter.py test: 修复多单元测试用例,完善测试覆盖与校验逻辑 2026-07-09 13:53:26 +08:00
test_structured_logger_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00