Exemple #1
0
 def test_get_method_failure(self, db):
     dictionary = dict(name="some-name")
     # TODO: Workaround with actual model. Remove this dependency
     object = Concept.get(dictionary)
     assert object is None