Searched refs:testrun (Results 1 – 1 of 1) sorted by relevance
1008 def find_tests(testrun, options): argument1019 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): argument1048 testrun.filter(failed)1157 testrun = TestRun(options)1160 testrun.read(options)1162 find_tests(testrun, options)1165 filter_tests(testrun, options)[all …]