Skip to content
Snippets Groups Projects
Commit 8fe06182 authored by florian's avatar florian
Browse files

ENH: Use some assertions from ticket 102

parent 0894e08b
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ def test_retrieval_exception_raised():
# Correct entity causing the error:
assert not (ee.get_entity() is None)
assert ee.get_entity().name == propname
assert not ee.get_entity().is_valid()
assert ee.get_entity().has_errors()
def test_insertion_no_exception_raised():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment