Ejemplo n.º 1
0
 def it_should_raise_if_validate_not_implemented_on_subclass(self):
     command = Command(None)
     with pytest.raises(NotImplementedError):
         command.validate(None)