ForcePilot/backend/test/unit/channels/plugins/wechat_woc/adapters
Kris b10366e898 refactor(wechat-woc): 移除bridge_url scheme强制校验,简化URL校验逻辑
1.  移除`_validate_bridge_url_scheme`相关代码与校验逻辑
2.  调整WeChatWoc插件的配置校验注释与测试用例
3.  不再强制要求bridge_url使用https协议,仅保留SSRF主机校验
4.  简化host_bootstrap中GIN索引创建逻辑,移除冗余索引创建步骤
5.  新增transport_mode数据库字段与适配器实现
6.  新增WhitelistConfigAdapter白名单配置适配器
7.  优化前端仪表盘实时监控轮询逻辑,移除可见性感知轮询改为手动触发
2026-07-12 23:53:53 +08:00
..
__init__.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_capability_prover.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_directory_adapter.py style: 清理测试文件中的多余空行和导入顺序 2026-07-06 20:52:20 +08:00
test_doctor_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_inbound_adapter.py test: 批量修复并新增单元/集成测试用例 2026-07-11 15:51:28 +08:00
test_lifecycle_adapter.py refactor(wechat-woc): 移除bridge_url scheme强制校验,简化URL校验逻辑 2026-07-12 23:53:53 +08:00
test_login_adapter.py test: 批量修复并新增单元/集成测试用例 2026-07-11 15:51:28 +08:00
test_outbound_adapter.py test: 批量修复并新增单元/集成测试用例 2026-07-11 15:51:28 +08:00
test_probeable_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_puller_adapter_cursor.py test: 批量完善单元测试与集成测试用例 2026-07-08 03:58:05 +08:00
test_puller_adapter.py test: add and update multiple unit test cases across modules 2026-07-11 05:44:03 +08:00
test_session_adapter.py chore: 完成多模块迭代优化与测试覆盖 2026-07-08 12:58:43 +08:00
test_status_adapter.py test: 批量修复并新增单元/集成测试用例 2026-07-11 15:51:28 +08:00
test_stream_connector_adapter.py test: 批量修复并新增单元/集成测试用例 2026-07-11 15:51:28 +08:00
test_whitelist_adapter.py test: 批量修复与新增单元测试用例,清理废弃测试目录 2026-07-11 21:43:16 +08:00
test_wizard_adapter.py refactor(wechat-woc): 移除bridge_url scheme强制校验,简化URL校验逻辑 2026-07-12 23:53:53 +08:00