MCPcopy Create free account
hub / github.com/apache/impala / run

Function run

tests/run-tests.py:286–289  ·  view source on GitHub ↗

Helper to print out arguments of test_executor before invoking.

(args)

Source from the content-addressed store, hash-verified

284 sys.exit(0)
285
286 def run(args):
287 """Helper to print out arguments of test_executor before invoking."""
288 print("Running TestExecutor with args: %s" % (args,))
289 test_executor.run_tests(args)
290
291 os.chdir(TEST_DIR)
292 # Fix rootdir and pytest.ini path programmatically because individual pytest-xdist

Callers 1

run-tests.pyFile · 0.70

Calls 1

run_testsMethod · 0.80

Tested by

no test coverage detected