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