コード例 #1
0
ファイル: test_mixins.py プロジェクト: mhebing/ddionrails
 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