ForcePilot/backend/test/unit/channels/infrastructure/conftest.py
Kris 696f5f44ec chore: 完成多模块迭代优化与测试覆盖
这一批提交包含:
1. 配置项敏感字段标记与测试用例修复
2. 路由绑定乐观锁支持与静态路径校验
3. 微信WOC插件能力适配与新增单元测试
4. 多个适配器的接口对齐与测试补全
5. 新增定时任务清理处理器与依赖注入容器测试
6. 错误码体系扩展与整合测试
7. 删除临时验证脚本与代码清理
2026-07-08 12:58:43 +08:00

9 lines
341 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""channels infrastructure 层单元测试 conftest。
复用父级 ``test/unit/channels/conftest.py`` 的端口桩fake_logger /
fake_config / fake_cache 等),本文件仅补充 infrastructure 层独有的
共享 fixture如构造 HostBootstrap / HostShutdown 所需的桩组件聚合)。
"""
from __future__ import annotations