ForcePilot/backend/test/integration/api/channels
Kris 04a2472014 test(channel): add full integration test suite for channels module
1. 新增channels模块集成测试目录与基础fixture
2. 为capability、doctor、reports、dashboard、directory、webhook、wizard、health、analytics、allowlist、config等路由编写完整的鉴权、参数校验与异常场景测试
3. 修复基础集成测试setup,新增external/scheduler/channel数据库schema初始化步骤
2026-07-02 03:25:27 +08:00
..
conftest.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_account_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_allowlist_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_analytics_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_audit_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_capability_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_config_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_content_review_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_dashboard_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_directory_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_doctor_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_health_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_login_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_message_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_outbox_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_pairing_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_plugin_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_reports_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_session_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_webhook_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00
test_wizard_router.py test(channel): add full integration test suite for channels module 2026-07-02 03:25:27 +08:00