module documentation
Class BrokenWorkerPool A worker pool that has workers with a broken ``run`` method.
Class CountingReactor A fake reactor that counts the calls to IReactorCore.run, IReactorCore.stop, and IReactorProcess.spawnProcess.
Class CountingReactorTests Tests for CountingReactor.
Class DistTrialRunnerTests Tests for DistTrialRunner.
Class FakeTransport A simple fake process transport.
Class FunctionalTests Tests for the functional helpers that need it.
Class LocalWorkerPool Implement a worker pool that runs tests in-process instead of in child processes.
Class StartedLocalWorkerPool A started LocalWorkerPool.
Class StartedWorkerPoolBroken A broken, started worker pool. Its workers cannot run actions. They always raise an exception.
Class WorkerPoolTests Tests for WorkerPool.
Exception WorkerBroken A worker tried to run a test case but the worker is broken.
Exception WorkerPoolBroken An exception for ``StartedWorkerPoolBroken`` to fail with to allow tests to exercise exception code paths.
Class _BrokenLocalWorker A Worker that always fails to run test cases.
Class _LocalWorker A Worker that runs tests in this process in the usual way.