Lines Matching defs:testrun
1008 def find_tests(testrun, options):
1019 testrun.addtestgroup(dirname, filenames, options)
1022 testrun.addtest(os.path.join(dirname, f), options)
1024 testrun.addtest(p, options)
1027 def filter_tests(testrun, options):
1048 testrun.filter(failed)
1157 testrun = TestRun(options)
1160 testrun.read(options)
1162 find_tests(testrun, options)
1165 filter_tests(testrun, options)
1168 testrun.write(options)
1171 testrun.complete_outputdirs()
1172 testrun.run(options)
1173 exit(testrun.summary())