Skip to content
Snippets Groups Projects
Commit 3970c87b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: autopep'd

parent cd0505c2
No related branches found
No related tags found
1 merge request!53Release 0.1
Pipeline #29216 passed
......@@ -42,13 +42,15 @@ DATADIR = os.path.join(os.path.dirname(__file__), "test_data",
"extroot", "use_case_simple_presentation")
# TODO: remove this
@pytest.fixture
def clear_database():
# TODO(fspreck): Remove once the corresponding advancedtools function can be
# used.
ents = db.execute_query("FIND ENTITY WITH ID>99")
if ents:
ents.delete()
@pytest.fixture
def clear_database():
# TODO(fspreck): Remove once the corresponding advancedtools function can be
# used.
ents = db.execute_query("FIND ENTITY WITH ID>99")
if ents:
ents.delete()
def test_complete_crawler(
......
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