MCPcopy Index your code
hub / github.com/nodejs/node / RunTestCases

Function RunTestCases

tools/test.py:1008–1010  ·  view source on GitHub ↗
(cases_to_run, progress, tasks, flaky_tests_mode, measure_flakiness)

Source from the content-addressed store, hash-verified

1006 return timeout
1007
1008def RunTestCases(cases_to_run, progress, tasks, flaky_tests_mode, measure_flakiness):
1009 progress = PROGRESS_INDICATORS[progress](cases_to_run, flaky_tests_mode, measure_flakiness)
1010 return progress.Run(tasks)
1011
1012# -------------------------------------------
1013# --- T e s t C o n f i g u r a t i o n ---

Callers 1

MainFunction · 0.85

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…