refact: move fs_files to raw_datas

This commit is contained in:
Bertrand Benjamin 2025-01-03 09:16:22 +01:00
parent f3036ca40d
commit c2813e5adb
5 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import pytest
from plesna.datastore.fs_datacatalogue import FSDataCatalogue
FIXTURE_DIR = Path(__file__).parent / Path("./fs_files/")
FIXTURE_DIR = Path(__file__).parent.parent / Path("./raw_datas/")
@pytest.fixture