Searched refs:time_by_test (Results 1 – 1 of 1) sorted by relevance
288 def find_tests_to_run(time_by_test, overhead_ratio): argument306 test_inclusions = {test: False for test in time_by_test.keys()}313 time_by_test.iteritems(), key=operator.itemgetter(1)):323 (included, len(time_by_test), total_time.total_seconds(),