chore(cli): include test_epistemic_invariants in teaching suite

Registers tests/test_epistemic_invariants.py in the teaching CLI lane so
`core test --suite teaching` sweeps the ADR-0021 non-hardening
invariant checks alongside the reviewed-teaching loop and pipeline
integration tests. Lane: 17/17.
This commit is contained in:
Shay 2026-05-16 20:21:41 -07:00
parent ef95d3e609
commit cfc4dfbdde

View file

@ -57,6 +57,7 @@ _TEST_SUITES: dict[str, tuple[str, ...]] = {
"teaching": (
"tests/test_reviewed_teaching_loop.py",
"tests/test_pipeline_teaching_integration.py",
"tests/test_epistemic_invariants.py",
),
"packs": (
"tests/test_core_semantic_seed_pack.py",