From 39ecb5387379a663d24109e68a52e541731f4ece Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 7 May 2026 20:24:01 -0500 Subject: [PATCH] feat(pytest.ini): add long_running marker for multi-minute soak tests in pytest configuration --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 3538267..3fa89f0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 =