Skip to content
Snippets Groups Projects
Commit 70793212 authored by Alexander Kreft's avatar Alexander Kreft
Browse files

TST: add test

parent e97e7c1b
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!6Resulttable
Pipeline #14879 failed
...@@ -68,6 +68,7 @@ class CrawlerTest(unittest.TestCase): ...@@ -68,6 +68,7 @@ class CrawlerTest(unittest.TestCase):
# There should be two DepthTest Properties # There should be two DepthTest Properties
depthtests = exp.get_property("DepthTest") depthtests = exp.get_property("DepthTest")
assert depthtests != None
assert len(depthtests.value) == 2 assert len(depthtests.value) == 2
depthtest = db.Record(id=depthtests.value[0]) depthtest = db.Record(id=depthtests.value[0])
depthtest.retrieve() depthtest.retrieve()
......
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