Searched refs:process_tests (Results 1 – 3 of 3) sorted by relevance
63 for process_tests in test_blocks:64 process_suite = unittest.TestSuite(process_tests)66 process_tests[:] = []
42 def process_tests(test, targets, suites): function105 process_tests(test, targets, testsuites)112 process_tests(test, targets, benchsuites)
253 for process_tests in test_blocks:254 numtests = len(process_tests)255 process_suite = unittest.TestSuite(process_tests)257 process_tests[:] = []