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

TST: added test stub

parent f66eba25
No related branches found
No related tags found
3 merge requests!57RELEASE 0.7.3,!50F merge entities,!45F copy entity
Checking pipeline status
......@@ -251,3 +251,8 @@ def test_copy_entities():
assert c.properties[i] != r.properties[i]
assert c.properties[i].value == r.properties[i].value
assert c.get_importance(c.properties[i]) == r.get_importance(r.properties[i])
def test_merge_entities():
# TODO: add test
pass
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