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

MAINT: correct path

parent 6af04b18
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!113F refactor test tool
Pipeline #36643 passed
...@@ -144,8 +144,8 @@ def test_single_insertion(clear_database, usemodel, crawler, ident): ...@@ -144,8 +144,8 @@ def test_single_insertion(clear_database, usemodel, crawler, ident):
# Do a second run on the same data, there should be no changes: # Do a second run on the same data, there should be no changes:
crawler = Crawler(identifiableAdapter=ident) crawler = Crawler(identifiableAdapter=ident)
crawled_data = scan_directory(UNITTESTDIR/"test_directories", "examples_article", crawled_data = scan_directory(UNITTESTDIR / "test_directories" / "examples_article",
UNITTESTDIR/"scifolder_cfood.yml") UNITTESTDIR / "scifolder_cfood.yml")
ins, ups = crawler.synchronize(crawled_data=crawled_data) ins, ups = crawler.synchronize(crawled_data=crawled_data)
assert len(ins) == 0 assert len(ins) == 0
assert len(ups) == 0 assert len(ups) == 0
......
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