legco_ai_assistant/backend/app/test/acceptance
Woody 9bef65de7b test: Sub-Phase 8.5 — acceptance test skeleton for Q&A chunking
8 acceptance tests with real LegCo PDFs (all @pytest.mark.acceptance + @slow).
Tests are skip()'d — run manually when real LLM is available:
  pytest app/test/acceptance/test_acceptance_phase8_qa_chunking.py -v -m acceptance

Sub-Phase 8.6 (polish/edge cases) deferred — remaining items are
O1-O4 format handling, [如被追問] nested Q&A, vision loading state.
Core algorithm (8.1-8.4) is test-passing and production-ready.
2026-05-15 12:45:46 +08:00
..
test_acceptance_phase1_ingest.py feat: Phase 1.4 acceptance tests, error handling, and polish 2026-04-22 17:45:50 +08:00
test_acceptance_phase1_llm_client.py feat: Phase 1.2 ingestion pipeline with chunking and metadata 2026-04-22 16:49:52 +08:00
test_acceptance_phase1_rag_query.py test(backend): update Phase 1 test suite 2026-04-23 13:27:40 +08:00
test_acceptance_phase2_asr.py fix: Phase 2 ASR pipeline — 9 bugs resolved, Full Transcript works end-to-end 2026-05-06 18:26:17 +08:00
test_acceptance_phase2_video.py fix: Phase 2 ASR pipeline — 9 bugs resolved, Full Transcript works end-to-end 2026-05-06 18:26:17 +08:00
test_acceptance_phase4.py feat: Phase 4.8-4.9 — integration tests, acceptance tests, docs, and polish 2026-05-15 09:51:45 +08:00
test_acceptance_phase6_dp_decompose.py feat: add LLMClientDP for Deepseek decompose (Phase 6) 2026-05-04 14:58:53 +08:00
test_acceptance_phase8_qa_chunking.py test: Sub-Phase 8.5 — acceptance test skeleton for Q&A chunking 2026-05-15 12:45:46 +08:00
test_integration_phase1.py docs: add sub-phase development rules and acceptance test structure 2026-04-22 15:27:31 +08:00
test_integration_phase2.py fix: Phase 2 ASR pipeline — 9 bugs resolved, Full Transcript works end-to-end 2026-05-06 18:26:17 +08:00
test_phase4_acceptance_query.py test(backend): add Phase 4 integration and acceptance tests 2026-04-26 23:29:09 +08:00