fischer-agentkit/tests/unit/memory
chiguyong 3337589395
Deploy to Production / deploy (push) Waiting to run Details
fix(review): document-processing code review fixes — validation, tests, formatting
- SkillConfig._validate_v2: validate fallback_strategies against
  ReWOOEngine.VALID_STRATEGIES (lazy import, #20)
- test_skill_config: +4 tests for fallback_strategies validation
- test_document_loader: +8 xlsx edge case tests (empty workbook,
  malformed bytes, column mismatch, row/cell truncation, multi-sheet,
  file size limit, None cells, #16)
- test_execution_modes: fix ReWOOEngine patch path (lazy import ->
  patch at source) + FakeReWOOEngine.execute return .output attribute
- config_driven: ruff formatting (quotes, blank lines after imports)
- project_rules: remove stale "known failing test" note (now passes)
2026-06-23 20:21:19 +08:00
..
__init__.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00
test_adapters.py fix(security): resolve all P0/P1 findings from code review 2026-06-10 07:12:41 +08:00
test_document_loader.py fix(review): document-processing code review fixes — validation, tests, formatting 2026-06-23 20:21:19 +08:00
test_local_rag.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00
test_multi_source_rag.py feat(phase3): implement knowledge base and RAG enhancement (U9-U11) 2026-06-10 00:45:17 +08:00