示例#1
0
 def run(self, fixture):
     BaseRunner.run(self, fixture)
     self.pool.dispatch(fixture, self.reporter)
示例#2
0
 def run(self, fixture):
     BaseRunner.run(self, fixture)
     self._helper.register_fixture(fixture)
示例#3
0
 def run(self, fixture):
     BaseRunner.run(self, fixture)
     fixture(self.reporter)
     return not self.reporter.isFailed()
示例#4
0
 def run(self, fixture):
     BaseRunner.run(self, fixture)
     fixture(self.reporter)
     return not self.reporter.isFailed()
示例#5
0
 def run(self, fixture):
     BaseRunner.run(self, fixture)
     self._helper.register_fixture(fixture)