feat(pytest.ini): add long_running marker for multi-minute soak tests in pytest configuration

This commit is contained in:
Ivan
2026-05-07 20:24:01 -05:00
parent e5080a7b3c
commit 39ecb53873
+1
View File
@@ -4,6 +4,7 @@ python_files = test_*.py
python_functions = test_*
markers =
integration: optional tests (live network, subprocess Reticulum, etc.)
long_running: multi-minute soak tests (set MESHCHAT_LONG_TEST_SECONDS; see test_long_running_stress.py)
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
filterwarnings =