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

@@ -24,7 +24,8 @@ from GramAddict.core.session_state import SessionState
def pytest_addoption(parser):
parser.addoption("--live", action="store_true", default=False, help="Run live tests")
# CLI options are now registered in the root tests/conftest.py
pass
# ═══════════════════════════════════════════════════════
@@ -525,6 +526,7 @@ def e2e_configs():
max_success=10,
max_total=10,
max_crashes=10,
live=False,
)
from GramAddict.core.config import Config