Skip to content
Snippets Groups Projects
Commit 31d6e624 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

fixed paths

parent 5bbbd1b7
No related branches found
No related tags found
5 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1
Pipeline #58314 failed with stage
in 1 minute and 33 seconds
......@@ -10,9 +10,9 @@ def test__main__py(tmp_path):
projpath = Path(saqc.__file__).parents[1]
args = [
"--config",
Path(projpath, "ressources/data/config.csv"),
Path(projpath, "sphinxdoc/ressources/data/config.csv"),
"--data",
Path(projpath, "ressources/data/data.csv"),
Path(projpath, "sphinxdoc/ressources/data/data.csv"),
"--outfile",
Path(tmp_path, "test.csv"), # the filesystem temp dir
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment