Exemple #1
0
 def test_response_result(self):
     m = BaseModel()
     with pytest.raises(NotImplementedError):
         m.response_result(None)
Exemple #2
0
 def test_response_result(self):
     m = BaseModel()
     with pytest.raises(NotImplementedError):
         m.response_result(None)