0026 - In-Memory Ormar Stores for Repository testing¶
Date¶
2024-11-13
Status¶
Proposed
Context¶
Repository tests need a fast feedback loop without taking on the fragility and setup cost of a full database for every case.
Decision¶
We will use in-memory Ormar-backed stores for repository testing where that gives fast, faithful-enough feedback.
Consequences¶
Tests become faster and easier to run, but the fidelity gap versus production persistence needs to be managed deliberately.