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

MAINT: correct path

parent 475a663c
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!113F refactor test tool
Pipeline #36642 failed
......@@ -50,11 +50,12 @@ set_test_key("10b128cf8a1372f30aa3697466bb55e76974e0c16a599bb44ace88f19c8f61e2")
# TODO move test related stuff here and remove it from unittests
UNITTESTDIR = Path(__file__).parent.parent.parent / "unittests"
BASICTESTDIR = Path(__file__).parent
@pytest.fixture
def usemodel():
model = parse_model_from_yaml(UNITTESTDIR / "model.yml")
model = parse_model_from_yaml(BASICTESTDIR / "model.yml")
model.sync_data_model(noquestion=True, verbose=False)
......
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