Skip to content

Commit

Permalink
test: restored correct path for temporary folder
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bouth committed Dec 10, 2024
1 parent 305581b commit 8f1b541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ def pytest_configure():
# `open()` to read this file and not a DPF operator
pytest.data_path_flute_psd_locally = os.path.join(base_dir, "flute_psd.txt")

pytest.temporary_folder = base_dir
# The temporary folder is the folder in the server where are stored the files
pytest.temporary_folder = os.path.dirname(pytest.data_path_flute_in_container)

0 comments on commit 8f1b541

Please sign in to comment.