Expand description
Test doubles for the ZERO engine.
The CLI target never ships with this crate. It powers integration tests, snapshot tests, and the performance harness. The mock engine mirrors the real FastAPI shapes — if a schema drifts in production, tests fail loud.
Modules§
- fixtures
- Frozen response fixtures captured from the production engine.
- mock_
engine - Axum-based mock of the engine’s FastAPI surface.