mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-16 09:24:19 +01:00
tests: more path fixes
This commit is contained in:
parent
9aeff6d155
commit
b34329dd61
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ def resources_dir(tests_dir):
|
|||
|
||||
@pytest.fixture()
|
||||
def image_resources(resources_dir):
|
||||
return [Path(x) for x in glob(str(resources_dir / '*.tif'))]
|
||||
return [Path(x) for x in glob(str(resources_dir / '2files/*.tif'))]
|
||||
|
||||
@pytest.fixture()
|
||||
def eynollah_log_filter():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue