ForcePilot/backend/test/unit/channel/infrastructure
Kris 6b9fb39807 refactor(channel infra): 重构基础设施代码目录结构
本次提交将原cache、config目录迁移至cache_infra和configuration目录,统一基础设施代码组织:
1. 移动Redis相关缓存实现到cache_infra目录
2. 移动配置相关实现到configuration目录
3. 更新所有模块导入路径和测试文件引用路径
4. 新增对应目录的初始化文件和完整单元测试
5. 重构容器绑定的依赖导入路径
2026-05-31 17:13:08 +08:00
..
agent test(agent adapter): 重构单元测试用例的mock创建逻辑 2026-05-30 21:55:54 +08:00
configuration refactor(channel infra): 重构基础设施代码目录结构 2026-05-31 17:13:08 +08:00
content_filter test: 新增渠道模块全链路单元测试用例与目录结构 2026-05-30 21:55:35 +08:00
matching test: 新增渠道模块全链路单元测试用例与目录结构 2026-05-30 21:55:35 +08:00
messaging test: 新增渠道模块全链路单元测试用例与目录结构 2026-05-30 21:55:35 +08:00
metrics test: 新增渠道模块全链路单元测试用例与目录结构 2026-05-30 21:55:35 +08:00
persistence test: 新增渠道模块全链路单元测试用例与目录结构 2026-05-30 21:55:35 +08:00
security test: 新增渠道模块全链路单元测试用例与目录结构 2026-05-30 21:55:35 +08:00
__init__.py test: 新增渠道模块全链路单元测试用例与目录结构 2026-05-30 21:55:35 +08:00