-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
36 lines (36 loc) · 2.18 KB
/
pytest.ini
File metadata and controls
36 lines (36 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[pytest]
testpaths =
tests
norecursedirs =
archives
.git
.venv
venv
build
dist
markers =
autonomous_critical: Autonomous loop and governance-critical safety coverage; failures block replay/promotion and merge progression.
qa7: lint scope expansion rollout tests gated behind QA7_LINT_ROLLOUT.
pr3h_acceptance: PR-3H acceptance suite (checkpoint tamper escalation + entropy triage replay fixtures).
pr3h_checkpoint_tamper: PR-3H acceptance checkpoint tamper escalation coverage.
pr3h_entropy_triage: PR-3H acceptance entropy triage replay fixture coverage.
governance_gate: Governance-lane endpoint contract coverage.
regression_standard: Standard-lane regression endpoint contract coverage.
benchmark: Optional performance benchmark coverage; non-blocking and excluded from required safety-critical CI gates.
dev_only: Tests intended for developer-only execution contexts.
phase80: Phase 80 multi-seed competitive epoch constitutional tests.
phase81: Phase 81 constitutional self-discovery loop tests.
phase82: Phase 82 Pareto population evolution constitutional tests.
phase83: Phase 83 causal fitness attribution engine tests.
phase84: Phase 84 temporal fitness half-life tests.
phase85: Phase 85 governance state sync, README autosync, and aesthetic overhaul tests.
phase85_d: Phase 85 Track D Noah governance incident log tests.
phase86: Phase 86 CEL fitness wiring, Pareto-select step, self-discovery hook, and CompoundEvolutionTracker tests.
phase87_innov01: Phase 87 INNOV-01 Constitutional Self-Amendment Protocol (CSAP) tests.
phase87_innov02: Phase 87 INNOV-02 Adversarial Constitutional Stress Engine (ACSE) tests.
phase87_innov03: Phase 87 INNOV-03 Temporal Invariant Forecasting Engine (TIFE) tests.
phase87_innov04: Phase 87 INNOV-04 Semantic Constitutional Drift Detector (SCDD) tests.
phase88: Phase 88 INNOV-04 SCDD — full implementation + governance artifact.
phase89: Phase 89 INNOV-05 Autonomous Organ Emergence Protocol (AOEP) tests.
phase90: Phase 90 INNOV-06 Cryptographic Evolution Proof DAG (CEPD) tests.
phase91: Phase 91 INNOV-07 Live Shadow Mutation Execution (LSME) tests.