ForcePilot/backend/test/unit/channels/application/lifecycle
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
test_config_scope_registry.py test: 批量修复与新增单元测试用例,清理废弃测试目录 2026-07-11 21:43:16 +08:00
test_manifest_loader.py test: 批量添加/更新各模块单元测试用例 2026-07-09 20:27:21 +08:00
test_plugin_capability_checker.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_plugin_dependency_resolver.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_plugin_host_impl.py test: add and update multiple unit test cases 2026-07-07 16:27:23 +08:00
test_plugin_lifecycle_manager.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_plugin_loader.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_plugin_state_machine.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_route_match_registry_loader.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
test_sensitive_field_registry.py test: 批量修复单元测试与集成测试用例的各类问题 2026-07-09 04:23:07 +08:00