twisted.trial._dist.disttrial.DistTrialRunner.run(self, suite, reactor=None, cooperate=cooperate, untilFailure=False) method documentationtwisted.trial._dist.disttrial.DistTrialRunner
          View Source
          
        
      Spawn local worker processes and load tests. After that, run them.
| Parameters | suite | A tests suite to be run. | 
| reactor | The reactor to use, to be customized in tests. (type: A provider of twisted.internet.interfaces.IReactorProcess) | |
| cooperate | The cooperate function to use, to be customized in tests. (type: function) | |
| untilFailure | If True, continue to run the tests until they fail. (type: bool.) | |
| Returns | The test result. (type: DistReporter) | |
| Function | runTests | Undocumented | 
| Function | nextRun | Undocumented | 
| Function | stop | Undocumented | 
| Function | beforeShutDown | Undocumented | 
| Function | continueShutdown | Undocumented |