<- Adapters

CI

certifiedcode

Run package test suites as governed evidence-producing invocations

pip install chp-adapter-ci

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

run_allv1.0.0

Run pytest across all packages in the repo. Each suite is a separate ctx.ainvoke(run_suite) call — every package gets its own evidence record.

chp.adapters.ci.run_all
run_suitev1.0.0

Run pytest for a single package and emit pass/fail evidence. Output is not recorded — only counts and duration.

chp.adapters.ci.run_suite
See the full capability catalog →