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

up

parent d51f183b
No related branches found
No related tags found
1 merge request!7Treat dependencies among identifiables
Pipeline #9741 failed
---
...
......@@ -12,7 +12,7 @@ project.insert()
experiment = db.Record()
experiment.add_parent(name=dm.Experiment)
experiment.add_property(
name=dm.date, value='2019-02-03')
name=dm.date, value='2019-02-04')
experiment.add_property(name=dm.Project, value=project)
experiment.add_property(
name="identifier", value="empty_identifier")
......
......@@ -34,6 +34,14 @@ def get_entity_with_id(eid):
class CrawlerTest(unittest.TestCase):
def test_experiment(self):
########################
# # dummy for dependency test experiment # #
########################
exp = db.execute_query(
"FIND Experiment with date=2019-02-04 and identifier=empty_identifier",
unique=True)
########################
# # first experiment # #
########################
......
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