MAESTRO: confirm api tests listing

This commit is contained in:
Mariusz Banach
2026-02-18 01:15:46 +01:00
parent d439fd80ef
commit 80e4b3f4d5

View File

@@ -29,7 +29,7 @@ This phase implements the test selection panel and analysis configuration contro
## Completion
- [x] `pytest backend/tests/api/test_tests_router.py` passes
- [ ] `GET /api/tests` returns all 106+ tests with id, name, and category
- [x] `GET /api/tests` returns all 106+ tests with id, name, and category
- [x] All vitest tests pass: `npx vitest run src/__tests__/TestSelector.test.tsx src/__tests__/AnalysisControls.test.tsx`
- [ ] Test selector renders all 106+ tests with checkboxes
- [ ] Select All / Deselect All buttons work correctly