ForcePilot/backend/test/unit/external_systems/framework/runtime
Kris d4770dfba4 test: 完善外部系统测试用例,修复多处测试逻辑问题
1. 修复数据库配置测试中 schema 字段名不匹配问题
2. 替换多处 KeyError 断言为 DomainValidationError 校验
3. 优化 gRPC 测试中可选类型断言逻辑
4. 新增大量重试逻辑、认证校验、资产校验相关测试用例
5. 重构部分测试代码,移除冗余导入与代码
6. 调整 DTO 测试默认值与断言逻辑
7. 格式化部分测试文件代码格式
8. 新增适配器基类默认行为单元测试
2026-07-11 07:37:14 +08:00
..
__init__.py test: 完善外部系统测试用例,修复多处测试逻辑问题 2026-07-11 07:37:14 +08:00
test_access_controller.py test: 新增并完善外部系统单元测试覆盖 2026-07-11 05:42:04 +08:00
test_alert_manager.py test: 新增并完善外部系统单元测试覆盖 2026-07-11 05:42:04 +08:00
test_audit_logger.py test: 新增并完善外部系统单元测试覆盖 2026-07-11 05:42:04 +08:00
test_circuit_breaker.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_crypto.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_enums.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_event_publisher.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_execution_utils.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_metrics_collector.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_observability.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_pool_manager.py test: add batch of unit tests for channels module 2026-07-02 03:28:19 +08:00
test_quota_manager.py test: 新增并完善外部系统单元测试覆盖 2026-07-11 05:42:04 +08:00
test_rate_limiter.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_secret_resolver.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_secret_rotation_scheduler.py test: 新增并完善外部系统单元测试覆盖 2026-07-11 05:42:04 +08:00
test_snapshot_utils.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_test_case_runner.py test: 完善外部系统测试用例,修复多处测试逻辑问题 2026-07-11 07:37:14 +08:00
test_token_manager.py test: 完善外部系统测试用例,修复多处测试逻辑问题 2026-07-11 07:37:14 +08:00
test_token_refresh_registry.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_tracing.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00
test_webhook_forwarder.py test: 完善外部系统测试用例,修复多处测试逻辑问题 2026-07-11 07:37:14 +08:00
test_webhook_verifier.py test: add complete unit and integration test suite for external_systems module 2026-06-20 22:17:01 +08:00