コード例 #1
0
ファイル: test_SHELL_c.py プロジェクト: chrisidefix/naked
 def test_execute_missing_option(self):
     self.assertFalse(execute(self.missing_option))
コード例 #2
0
ファイル: test_SHELL_c.py プロジェクト: chrisidefix/naked
 def test_execute_bad_command(self):
     self.assertFalse(execute(self.bad_command))
コード例 #3
0
ファイル: test_SHELL_c.py プロジェクト: chrisidefix/naked
 def test_execute_good_command(self):
     self.assertTrue(execute(self.good_command))
コード例 #4
0
 def test_execute_missing_option(self):
     self.assertFalse(execute(self.missing_option))
コード例 #5
0
 def test_execute_bad_command(self):
     self.assertFalse(execute(self.bad_command))
コード例 #6
0
 def test_execute_good_command(self):
     self.assertTrue(execute(self.good_command))