tests: adapt paths

This commit is contained in:
kba 2025-11-13 11:46:31 +01:00
parent ed5b5c13dd
commit 3afbce023d
7 changed files with 19 additions and 19 deletions

View file

@ -14,7 +14,7 @@ def model_dir(tests_dir):
@pytest.fixture()
def resources_dir(tests_dir):
return tests_dir / 'resources/2files'
return tests_dir / 'resources'
@pytest.fixture()
def image_resources(resources_dir):