Skip to content
Snippets Groups Projects
Commit 00e6cf94 authored by florian's avatar florian
Browse files

WIP: Pipeline

parent c98bd53a
No related branches found
No related tags found
2 merge requests!53Release 0.1,!48F fix ident query
Pipeline #29076 passed
...@@ -124,7 +124,7 @@ def test_dataset(clear_database, usemodel): ...@@ -124,7 +124,7 @@ def test_dataset(clear_database, usemodel):
" given_name='Max'", unique=True) " given_name='Max'", unique=True)
dataset = db.execute_query(f"FIND RECORD Dataset with Dataspace={dataspace.id} AND title=" dataset = db.execute_query(f"FIND RECORD Dataset with Dataspace={dataspace.id} AND title="
"'Random numbers created on a random autumn day in a random person\'s office'" "'Random numbers created on a random autumn day in a random person\\'s office'"
"", unique=True) "", unique=True)
assert db.execute_query(f"COUNT RECORD with id={dataset.id} AND WHICH REFERENCES Person WITH full_name=" assert db.execute_query(f"COUNT RECORD with id={dataset.id} AND WHICH REFERENCES Person WITH full_name="
"'Alexa Nozone' AND WHICH REFERENCES Person WITH full_name='Max Schmitt'" "'Alexa Nozone' AND WHICH REFERENCES Person WITH full_name='Max Schmitt'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment