reorder tests

This commit is contained in:
2026-07-13 13:00:13 +03:00
parent d02ed8627d
commit a9767c3583
800 changed files with 307 additions and 996 deletions
+13
View File
@@ -0,0 +1,13 @@
# pylint: disable=wildcard-import,unused-wildcard-import
from fixtures import *
import sys
from pathlib import Path
import pytest
sys.path.insert(0, str(Path(__file__).resolve().parents[2] / "tests"))
@pytest.fixture
def resource_path_root() -> Path:
return Path(__file__).resolve().parents[2] / "tests" / "testresources"