Beta
Freemium
Developer Tooling

Testing overview

Fast check, Pro extended analysis, optional lifecycle gate.

Start with the fast packaging pass. Add Pro analysis when you need CI evidence. Keep the lifecycle scan as its own gate if you care about thread/timer/logger leaks in source.

  1. init-config --merge once, so the project has a shared baseline.
  2. Make check green locally and in CI.
  3. Add check --extended (Pro).
  4. Optionally add check-lifecycle next to it — not inside --extended.
py -3.12 -m manifestguard init-config --merge
py -3.12 -m manifestguard check --extended
py -3.12 -m manifestguard check-lifecycle