straight forward conftest

This commit is contained in:
2026-07-13 16:33:45 +03:00
parent da0853b6f1
commit e2e013a33b
5 changed files with 174 additions and 186 deletions
-10
View File
@@ -1,10 +0,0 @@
from pathlib import Path
import pytest
from fixtures import * # pylint: disable=wildcard-import,unused-wildcard-import
@pytest.fixture
def resource_path_root() -> Path:
return Path(__file__).resolve().parents[2] / "tests" / "testresources"