Home
last modified time | relevance | path

Searched refs:test_command (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/testing/
Drun_tests.py65 test_command = [ executable ] + flags
66 print ' '.join(test_command)
67 subprocess.check_call(test_command, cwd=cwd)
/third_party/python/Lib/test/
Dtest_httpservers.py140 def test_command(self): member in BaseHTTPServerTestCase