Ejemplo n.º 1
0
 def test_response(self):
     m = BaseModel()
     with pytest.raises(NotImplementedError):
         m.response(None)