Searched refs:test_command (Results 1 – 2 of 2) sorted by relevance
65 test_command = [ executable ] + flags66 print ' '.join(test_command)67 subprocess.check_call(test_command, cwd=cwd)
140 def test_command(self): member in BaseHTTPServerTestCase