Skip to content

Testing reference

Minco tests behavior at the nearest meaningful boundary.

BoundaryProof
Domainpure invariants and state transitions
Applicationauthorization, validation, and fail-before-persistence through fake ports
Adapterbehavioral and transaction tests against the real engine
HTTPin-process Axum status, media type, headers, IDs, and bodies
Plugin/coregraph, dependency, injection, selection, and ordering
DeploymentPlan/SAM snapshots, structural cost rules, and bounded AWS smoke
Releaseexact source, artifact digest, manifest, and registry verification

Local commands

bash
cargo minco test unit
cargo minco test feature
cargo minco test e2e
./scripts/quality.sh

The local quality runner is authoritative. Optional hosted essential checks add bounded clean-Linux compiler evidence. The release profile repeats the larger matrix only for a deliberate release qualification.

Static validation is not compiler verification. Local proof, hosted CI, package dry run, registry publication, live deployment, promotion, and production runtime are separate claims.

Minimal cost, maximum capability.