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