Exemple #1
0
 def test_run_not_implemented(self):
     args = mock.Mock()
     command = Command()
     with self.assertRaises(NotImplementedError):
         command.run(args)
Exemple #2
0
 def test_run_not_implemented(self):
     args = mock.Mock()
     command = Command()
     with self.assertRaises(NotImplementedError):
         command.run(args)