ForcePilot/backend/test/unit/channels/adapters
Kris 41bd0a618c refactor: 统一将日志方法从 warn 改为 warning
将代码库中所有使用 logger.warn 的地方替换为标准的 logger.warning,对齐日志方法命名规范,修复多处测试和业务代码中的方法调用不匹配问题。
2026-07-13 17:32:29 +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 refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_channel_persistence_adapter.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +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-11 21:43:16 +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 refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_mappers.py test: 批量修复与新增单元测试用例,清理废弃测试目录 2026-07-11 21:43:16 +08:00
test_masking_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_message_ops_port_adapter.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_redis_cache_adapter.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_redis_config_adapter.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_redis_realtime_metrics_adapter.py test: 批量修复与新增单元测试用例,清理废弃测试目录 2026-07-11 21:43:16 +08:00
test_route_binding_repository.py test: 批量修复与新增单元测试用例,清理废弃测试目录 2026-07-11 21:43:16 +08:00
test_service_account_adapter.py test: 批量修复并新增单元/集成测试用例 2026-07-11 15:51:28 +08:00
test_structured_logger_adapter.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00