Searched refs:testrun (Results 1 – 1 of 1) sorted by relevance
726 def find_tests(testrun, options): argument737 testrun.addtestgroup(dirname, filenames, options)740 testrun.addtest(os.path.join(dirname, f), options)742 testrun.addtest(p, options)820 testrun = TestRun(options)823 find_tests(testrun, options)825 testrun.read(testrun.logger, options)827 find_tests(testrun, options)828 testrun.write(options)833 testrun.complete_outputdirs(options)[all …]