ForcePilot/backend/test/unit/channels
Kris f5900e9b69 test: add unit tests for channel module repositories
新增渠道模块多个仓储类的单元测试,使用内存SQLite验证真实SQL语义,覆盖各仓储的核心功能与边界场景:
1. 渠道账户仓储:搜索、状态更新、统计、过滤
2. 渠道会话仓储:分页、软删除过滤、参数兼容
3. 用户身份仓储:乐观锁更新
4. 幂等记录仓储:CRUD与状态流转
5. 会话关联仓储:字段更新、身份查询
6. 内容审核仓储:审核更新、多条件过滤、清理
7. 路由绑定仓储:优先级排序、软删除、更新
8. 审计日志仓储:查询、统计、清理
9. 渠道消息仓储:状态更新、字段初始化、历史记录
2026-07-08 23:02:37 +08:00
..
adapters chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
application chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
contract chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
core chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
infrastructure chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
plugins test: add and fix multi-channel unit tests 2026-07-08 22:59:24 +08:00
repositories test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
__init__.py test: add batch of unit tests for channels module 2026-07-02 03:28:19 +08:00
conftest.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00