twisted.trial._dist.disttrial
module documentationtwisted.trial._dist
View Source
This module contains the trial distributed runner, the management class responsible for coordinating all of trial's behavior at the highest level.
Present Since | 12.3 |
Class | DistTrialRunner | A specialized runner for distributed trial. The runner launches a number of local worker processes which will run tests. |