Searched refs:testrun (Results 1 – 1 of 1) sorted by relevance
996 def find_tests(testrun, options): argument1015 def filter_tests(testrun, options): argument1036 testrun.filter(failed)1145 testrun = TestRun(options)1148 testrun.read(options)1150 find_tests(testrun, options)1153 filter_tests(testrun, options)1156 testrun.write(options)1159 testrun.complete_outputdirs()1160 testrun.run(options)[all …]