feat: structural hardening, grid fast-paths, and state-aware adaptive snap recovery

This commit is contained in:
2026-05-04 17:43:25 +02:00
parent 22216cbd2d
commit 3800254fe3
22 changed files with 262 additions and 761 deletions

View File

@@ -14,6 +14,10 @@ import sys
import pytest
def pytest_addoption(parser):
parser.addoption("--live", action="store_true", default=False, help="Run live tests")
@pytest.fixture(autouse=True)
def _isolate_config_from_argparse(monkeypatch):
"""Prevent Config() from reading sys.argv during tests.