Go to file
Woody 7069f15b95 docs: update testing rules to integration-first approach
- Prefer integration tests (TestClient + real DB) over mocked unit tests
- Never mock database or internal services; only mock external APIs (LLM/ASR)
- Rename 'unit tests' to 'integration tests' throughout for consistency
2026-04-27 10:55:43 +08:00
.plans docs(plan): add Package 4 per-sub-question enhancement plan 2026-04-26 23:27:36 +08:00
backend test(backend): extend existing tests for per-sub-q methods and templates 2026-04-26 23:29:27 +08:00
frontend test(frontend): add Phase 4 UI and e2e tests for per-sub-q rendering 2026-04-26 23:30:08 +08:00
.env.txt init: project setup with AGENTS.md, test structure, and plan directory 2026-04-22 15:22:29 +08:00
.gitignore feat(db): Phase 3.1 — SQLite infrastructure (prompts.db + history.db) 2026-04-25 20:29:29 +08:00
AGENTS.md docs: update testing rules to integration-first approach 2026-04-27 10:55:43 +08:00
development_plan.md docs: update development plans with Phase 1 completion status 2026-04-23 13:27:52 +08:00