ForcePilot/backend/test/unit/channels/repositories
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
..
__init__.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_account_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_audit_log_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_conversation_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_idempotency_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_message_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_outbox_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_pairing_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_channel_session_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_content_review_record_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_route_binding_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00
test_user_identity_repository.py test: add unit tests for channel module repositories 2026-07-08 23:02:37 +08:00