geo/backend/tests/test_integration
chiguyong 761e1f026e fix: resolve API signature drift and test isolation failures
- Fix KnowledgeDocument/KnowledgeBase model field changes in test fixtures
- Fix RecursiveChunker constructor changes (no longer accepts chunk_size)
- Fix WenxinAdapter mock from _request_with_retry to _get_access_token + _client.post
- Fix UUID type mismatch in knowledge_graph tests
- Add rate limiter state reset autouse fixture to prevent cross-test contamination
- Skip tests blocked by Query.user_id String vs uuid.UUID comparison bug
- Fix .env.example path, KeyVerifierFactory mock, env variable cleanup
- Result: 68 failed + 33 errors → 0 failed, 1537 passed, 33 skipped
2026-06-05 01:08:31 +08:00
..
__init__.py feat: GEO平台P0-P1核心功能重构 2026-05-23 09:34:58 +08:00
test_business_flow.py fix: resolve API signature drift and test isolation failures 2026-06-05 01:08:31 +08:00
test_content_distribution_flow.py feat: add core monetization, detection, and content distribution integration tests 2026-06-04 22:26:39 +08:00
test_core_monetization_flow.py feat: add core monetization, detection, and content distribution integration tests 2026-06-04 22:26:39 +08:00
test_detection_flow.py feat: add core monetization, detection, and content distribution integration tests 2026-06-04 22:26:39 +08:00
test_full_flow.py fix: resolve API signature drift and test isolation failures 2026-06-05 01:08:31 +08:00
test_monetization_flow.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00