Function
RunTestCases
(cases_to_run, progress, tasks, flaky_tests_mode, measure_flakiness)
Source from the content-addressed store, hash-verified
| 1006 | return timeout |
| 1007 | |
| 1008 | def 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 --- |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…