geo/backend/tests
chiguyong 0a39ce6ef1 fix: 审计问题修复第二轮
安全:
- H2: CORS生产环境localhost警告验证器
- M12: JWT_SECRET已有≥32字符验证(确认)

代码质量:
- H4: 11处Any类型替换为具体联合类型
- H5: 4个模型测试文件(47个测试),模型覆盖率32%→64%
- M11: Alembic迁移脚本(6个缺失表),修复迁移链分支

测试: 717 passed
2026-05-26 07:34:07 +08:00
..
test_agent_framework feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
test_api fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
test_content_pipeline feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
test_integration feat: GEO平台P0-P1核心功能重构 2026-05-23 09:34:58 +08:00
test_middleware fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
test_models fix: 审计问题修复第二轮 2026-05-26 07:34:07 +08:00
test_repositories feat: API Key管理+用量追踪完整功能链路v2(真实可用) 2026-05-25 20:43:08 +08:00
test_services fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
test_workers fix: 消除所有Mock/Stub/假数据,确保业务流程使用真实数据 2026-05-25 21:51:48 +08:00
__init__.py feat: GEO平台P0-P1核心功能重构 2026-05-23 09:34:58 +08:00
conftest.py fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
test_config.py feat: P1核心功能验证完成 - 迁移/平台对接/调度器/配置/Agent监控 2026-05-23 22:02:49 +08:00
test_database_exception_handling.py fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
test_database_migration.py feat: P1核心功能验证完成 - 迁移/平台对接/调度器/配置/Agent监控 2026-05-23 22:02:49 +08:00
test_html_generator.py feat: 平台规则中心完善 - TDD开发完成 2026-05-23 23:03:42 +08:00
test_performance.py feat: 完成系统真实化改造 + Mock清除 + 文档编写 2026-05-23 21:35:10 +08:00
test_platform_adapters.py feat: P1核心功能验证完成 - 迁移/平台对接/调度器/配置/Agent监控 2026-05-23 22:02:49 +08:00
test_rule_validator.py feat: 平台规则中心完善 - TDD开发完成 2026-05-23 23:03:42 +08:00
test_scheduler.py feat: P1核心功能验证完成 - 迁移/平台对接/调度器/配置/Agent监控 2026-05-23 22:02:49 +08:00
test_security.py feat: 完成系统真实化改造 + Mock清除 + 文档编写 2026-05-23 21:35:10 +08:00
test_sensitive_filter.py feat: 平台规则中心完善 - TDD开发完成 2026-05-23 23:03:42 +08:00
test_seo_optimizer.py feat: 平台规则中心完善 - TDD开发完成 2026-05-23 23:03:42 +08:00