- 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 |
||
|---|---|---|
| .plans | ||
| backend | ||
| frontend | ||
| .env.txt | ||
| .gitignore | ||
| AGENTS.md | ||
| development_plan.md | ||