Ejemplo n.º 1
0
 def test_execute_missing_option(self):
     self.assertFalse(execute(self.missing_option))
Ejemplo n.º 2
0
 def test_execute_bad_command(self):
     self.assertFalse(execute(self.bad_command))
Ejemplo n.º 3
0
 def test_execute_good_command(self):
     self.assertTrue(execute(self.good_command))
Ejemplo n.º 4
0
 def test_execute_missing_option(self):
     self.assertFalse(execute(self.missing_option))
Ejemplo n.º 5
0
 def test_execute_bad_command(self):
     self.assertFalse(execute(self.bad_command))
Ejemplo n.º 6
0
 def test_execute_good_command(self):
     self.assertTrue(execute(self.good_command))