MAESTRO: mark analysis router pytest complete

This commit is contained in:
Mariusz Banach
2026-02-18 02:15:15 +01:00
parent ee21d666f0
commit 831b2893d7

View File

@@ -39,7 +39,7 @@ Frontend uses `fetch` with `ReadableStream` reader (not native `EventSource`, wh
## Completion ## Completion
- [ ] `pytest backend/tests/api/test_analysis_router.py` passes (all paths: happy, error, oversized, partial failure, timeout) - [x] `pytest backend/tests/api/test_analysis_router.py` passes (all paths: happy, error, oversized, partial failure, timeout)
- [ ] All vitest tests pass: `npx vitest run src/__tests__/ProgressIndicator.test.tsx src/__tests__/useAnalysis.test.ts` - [ ] All vitest tests pass: `npx vitest run src/__tests__/ProgressIndicator.test.tsx src/__tests__/useAnalysis.test.ts`
- [ ] Submitting headers triggers backend analysis with SSE streaming - [ ] Submitting headers triggers backend analysis with SSE streaming
- [ ] Progress bar updates in real-time showing current test name and percentage - [ ] Progress bar updates in real-time showing current test name and percentage