Skip to content
Snippets Groups Projects
Commit 2123b1cb authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: add comment to test

parent 6be1fa9c
Branches
Tags
2 merge requests!105REL: v0.4.0,!101ENH: add the 'add_prefix' argument
Pipeline #34098 passed
......@@ -108,6 +108,7 @@ def test_dataset(clear_database, usemodel, addfiles):
os.path.join(DATADIR, "provenance.yml"),
False,
remove_prefix=DATADIR,
# this test will fail without this prefix since the crawler would try to create new files
add_prefix="/extroot/realworld_example"
)
......@@ -142,6 +143,7 @@ def test_event_update(clear_database, usemodel, addfiles):
os.path.join(DATADIR, "provenance.yml"),
False,
remove_prefix=DATADIR,
# this test will fail without this prefix since the crawler would try to create new files
add_prefix="/extroot/realworld_example"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment