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:
parent
ef95d3e609
commit
cfc4dfbdde
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue