Lines Matching refs:run
181 def run(self, options): member in Cmd
316 def run(self, logger, options): member in Test
332 pretest.run(options)
337 test.run(options)
344 posttest.run(options)
414 def run(self, logger, options): member in TestGroup
429 pretest.run(options)
438 test.run(options)
445 posttest.run(options)
654 def run(self, options): member in TestRun
663 self.tests[test].run(self.logger, options)
665 self.testgroups[testgroup].run(self.logger, options)
834 testrun.run(options)