Example #1
0
 def test_assert_executable_exists_fails(self):
     with self.assertRaises(PreflightException):
         _assert_executable_exists('somecrazythingwhichforsuredoesnotexist')
Example #2
0
 def test_assert_executable_exists_fails(self):
     with self.assertRaises(PreflightException):
         _assert_executable_exists('somecrazythingwhichforsuredoesnotexist')
Example #3
0
 def test_assert_executable_exists(self):
     _assert_executable_exists('python')
Example #4
0
 def test_assert_executable_exists(self):
     _assert_executable_exists('python')