Skip to content
Snippets Groups Projects
Commit 2f9da362 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

TST: updated test to raise an error because of an incomplete function

parent 958fb0e1
No related branches found
No related tags found
2 merge requests!57RELEASE 0.7.3,!52F refactor high level api
Pipeline #19906 failed
......@@ -258,5 +258,5 @@ def test_conversion_to_entity():
rconv = convert_to_entity(obj)
assert (rconv.get_property("ref").value.get_property("a").value
== r.get_property("ref").value.get_property("a").value)
assert len(rconv.properties) == len(r.properties)
assert len(rconv.parents) == len(r.parents)
# TODO: improve compare_entities function
raise NotImplementedError()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment