feat(tests): add integration marker for optional tests in pytest configuration

This commit is contained in:
Ivan
2026-03-31 00:32:53 +03:00
parent 4297976260
commit be79b453e5
+2
View File
@@ -2,6 +2,8 @@
testpaths = tests/backend
python_files = test_*.py
python_functions = test_*
markers =
integration: optional tests (live network, subprocess Reticulum, etc.)
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
filterwarnings =