feat: structural hardening, grid fast-paths, and state-aware adaptive snap recovery
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user