Files
magnus919_agent-skills/ai-governance/pytest.ini
T
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 3060606a8a feat(ai-governance): add governance-maturity self-assessment scorer
Add the stdlib-only governance-maturity CLI (reads a JSON answers file of
governance dimensions scored 1-5, computes a maturity level and gap list,
supports --json and --dry-run, exits 0 on healthy input and 1 on critical
all-minimum gaps) with a pytest suite, plus a skill pytest.ini that overrides
the repo-wide coverage addopts for subprocess-based skill tests.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-14 20:24:31 -04:00

6 lines
216 B
INI

[pytest]
# Override root pyproject.toml coverage settings.
# ai-governance script tests are subprocess-based and do not measure
# the root scripts/ or eval_runner/ packages.
addopts = -ra --strict-markers --tb=short