| Class | CapturingDebugger | Undocumented |
| Class | CapturingReporter | Reporter that keeps a log of all actions performed on it. |
| Class | TrialRunnerTestsMixin | Mixin defining tests for runner.TrialRunner. |
| Class | TrialRunnerTests | Tests for runner.TrialRunner
with the feature to turn unclean errors into warnings disabled. |
| Class | TrialRunnerWithUncleanWarningsReporterTests | Tests for the TrialRunner's interaction with an unclean-error suppressing reporter. |
| Class | DryRunMixin | Mixin for testing that 'dry run' mode works with various
pyunit.TestCase subclasses. |
| Class | SynchronousDryRunTests | Check that 'dry run' mode works well with trial's SynchronousTestCase. |
| Class | DryRunTests | Check that 'dry run' mode works well with Trial tests. |
| Class | PyUnitDryRunTests | Check that 'dry run' mode works well with stdlib unittest tests. |
| Class | RunnerTests | No class docstring; 9/18 methods documented |
| Class | TrialSuiteTests | Undocumented |
| Class | UntilFailureTests | No class docstring; 1/1 classes, 4/5 methods documented |
| Class | UncleanUntilFailureTests | Test that the run-until-failure feature works correctly with the unclean error suppressor. |
| Class | BreakingSuite | A TestSuite
that logs an error when it is run. |
| Class | LoggedErrorsTests | No summary |
| Class | TestHolderTests | No class docstring; 3/4 methods documented |
| Class | ErrorHolderTestsMixin | This mixin defines test methods which can be applied to a runner.ErrorHolder
constructed with either a Failure or a
exc_info-style tuple. |
| Class | FailureHoldingErrorHolderTests | Tests for runner.ErrorHolder
behaving similarly to runner.TestHolder
when constructed with a Failure
representing its error. |
| Class | ExcInfoHoldingErrorHolderTests | Tests for runner.ErrorHolder
behaving similarly to runner.TestHolder
when constructed with a exc_info-style tuple representing its
error. |
| Class | MalformedMethodTests | Test that trial manages when test methods don't have correct signatures. |
| Class | DestructiveTestSuiteTests | Test for runner.DestructiveTestSuite. |
| Class | RunnerDeprecationTests | No class docstring; 1/1 classes, 1/1 methods documented |
| Class | QualifiedNameWalkerTests | Tests for twisted.trial.runner._qualNameWalker. |
| Class | TrialMainDoesNothingTests | Importing twisted.trial.__main__
will not run the script unless it is actually __main__. |