Files
MeshChatX/pytest.ini
T

17 lines
646 B
INI

[pytest]
testpaths = tests/backend
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 =
ignore::ResourceWarning
ignore::pytest.PytestUnhandledThreadExceptionWarning
ignore:Duplicate name:UserWarning:zipfile
ignore:coroutine 'AsyncMockMixin._execute_mock_call' was never awaited:RuntimeWarning
ignore:coroutine 'sleep' was never awaited:RuntimeWarning