From be79b453e5ed28d597851dc5931d9397da9e7be3 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 31 Mar 2026 00:32:53 +0300 Subject: [PATCH] feat(tests): add integration marker for optional tests in pytest configuration --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index f18633a..3538267 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 =