mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-11 03:06:55 +00:00
feat(pytest.ini): add long_running marker for multi-minute soak tests in pytest configuration
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user