Ejemplo n.º 1
0
 def it_should_raise_if_execute_not_implemented_on_subclass(self):
     command = Command(None)
     with pytest.raises(NotImplementedError):
         command.execute(None, None)