minco-test
In-process HTTP test utilities for Minco and Axum applications.
TestClient calls an axum::Router directly as a Tower service, avoiding a
socket while exercising the real router and middleware stack. The crate also
captures deterministic command evidence for quality and deployment gates.
FixtureSequence supplies stable test identities without an ORM, clock,
randomness or global state:
use FixtureSequence;
let mut fixtures = new?;
let order_id = fixtures.next?.stable_id;
assert_eq!;
# Ok::
use ;
use StatusCode;
use TestClient;
# async