From 2123b1cb302b4064bcbf2f4851ad236193a6b672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Mon, 27 Feb 2023 10:23:51 +0100 Subject: [PATCH] DOC: add comment to test --- integrationtests/test_realworld_example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrationtests/test_realworld_example.py b/integrationtests/test_realworld_example.py index 4e3b349c..9dccc2ff 100644 --- a/integrationtests/test_realworld_example.py +++ b/integrationtests/test_realworld_example.py @@ -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" ) -- GitLab