Skip to main content

Crate zero_testkit

Crate zero_testkit 

Source
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.