Skip to content

Testing and Evidence

Minco proves behavior at the nearest meaningful public boundary, then keeps larger operational claims separate.

Test Boundaries

BoundaryWhat to prove
Domaininvariants, value validation, and state transitions with pure tests
Applicationauthorization, validation, and fail-before-persistence with fake owned ports
Adapterreal engine transactions, concurrency, idempotency, and rollback
HTTPAxum oneshot status, media type, headers, request IDs, and bodies
Plugin/coredependency graph, typed injection, selection, ordering, and provenance
Deploymentdeterministic Plan/SAM, IAM, wake, cost, and performance structure
Releaseexact source, artifact digest, manifest, receipt, and registry identity

Local Commands

bash
./scripts/test/unit.sh
./scripts/test/feature.sh
./scripts/docs/build.sh
./scripts/docs/check-links.sh
./scripts/docs/check-snippets.sh
./scripts/docs/test-browser.sh
./scripts/quality.sh

The complete local quality runner is authoritative. It includes static truth, formatting, Clippy, all workspace targets, generated applications, browser checks, package policy, dependency hygiene, advisory review, secret scanning, Rustdoc, and deterministic evidence freshness.

Hosted Profiles

The manual essential GitHub Actions profile adds clean Linux compiler and repository-truth evidence for an exact commit. The explicit release profile repeats the larger release matrix, native ARM64 artifact builds, Plan/SAM, and optional Rustack/E2E checks.

Neither profile contacts real AWS unless a separately designed job and authorization says so.

Evidence Vocabulary

StateMeaning
passedThe named command ran successfully against the identified source or target.
failedThe command ran and did not satisfy its contract.
not runThe boundary was deliberately not executed.
not assessedThe current test cannot make that claim.
ignoredThe test is compiled but requires an explicit environment or provider.

Static validation is not compiler verification. A package dry run is not registry publication. Hosted verification is not promotion. Promotion is not ongoing production health.

What to Record in a Task

Record the exact command, result, source SHA, tool versions, artifact digest, and any skipped boundary. Never convert a missing tool, ignored provider test, or dry run into a pass.

Minimal cost, maximum capability.