Skip to content
Snippets Groups Projects
Commit 3598e768 authored by florian's avatar florian
Browse files

MAINT: Tidy up integration test directory

parent a3eb23a6
No related branches found
No related tags found
2 merge requests!53Release 0.1,!14F integration test simple
...@@ -51,7 +51,7 @@ def rfp(*pathcomponents): ...@@ -51,7 +51,7 @@ def rfp(*pathcomponents):
return os.path.join(os.path.dirname(__file__), *pathcomponents) return os.path.join(os.path.dirname(__file__), *pathcomponents)
DATADIR = rfp("..", "test_data", "extroot", "realworld_example") DATADIR = rfp("test_data", "extroot", "realworld_example")
@pytest.fixture @pytest.fixture
...@@ -74,7 +74,7 @@ def usemodel(): ...@@ -74,7 +74,7 @@ def usemodel():
@pytest.fixture @pytest.fixture
def clear_database(): def clear_database():
# TODO(fspreck): Remove once the corresponding avdvancedtools function can # TODO(fspreck): Remove once the corresponding advancedtools function can
# be used. # be used.
ents = db.execute_query("FIND ENTITY WITH ID>99") ents = db.execute_query("FIND ENTITY WITH ID>99")
if ents: if ents:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment