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