Ejemplo n.º 1
0
 def test_cmd_is_not_runnable(self):
     st = cmd_is_runnable(["phython", "-c", "''"])
     self.assertFalse(st)
Ejemplo n.º 2
0
 def test_cmd_is_not_runnable(self):
     st = cmd_is_runnable(["phython", "-c", "''"])
     self.assertFalse(st)
Ejemplo n.º 3
0
 def test_cmd_is_runnable(self):
     st = cmd_is_runnable(["python", "-c", "''"])
     self.assertTrue(st)
Ejemplo n.º 4
0
 def test_cmd_is_runnable(self):
     st = cmd_is_runnable(["python", "-c", "''"])
     self.assertTrue(st)