twisted.trial._dist.disttrial.DistTrialRunner._driveWorker(self, worker, result, testCases, cooperate) method documentationtwisted.trial._dist.disttrial.DistTrialRunner
          View Source
          
        
      Drive a LocalWorkerAMP instance, iterating the tests and calling run for every one of them.
| Parameters | worker | The LocalWorkerAMP to drive. | 
| result | The global DistReporter instance. | |
| testCases | The global list of tests to iterate. | |
| cooperate | The cooperate function to use, to be customized in tests. (type: function) | |
| Returns | A Deferred firing when all the tests are finished. | |
| Function | resultErrback | Undocumented | 
| Function | task | Undocumented |