Base Template — Testing¶
Project types¶
| Type | Role |
|---|---|
| Unit | Fast tests, mocked dependencies |
| Architecture | Dependency rules, layering |
| Acceptance | HTTP / integration scenarios, Docker-backed where required |
Conventions¶
- Acceptance tests often use a test host with sped-up health publishers
- Keep connection string keys aligned with Application (see Configuration)