Part of twisted.trial View Source
Defines classes that handle the results of tests.
API Stability: Unstable| Class | BrokenTestCaseWarning | emitted as a warning when an exception occurs in one of |
| Class | SafeStream | Wraps a stream object so that all write calls are wrapped
in
|
| Class | TestResult | Accumulates the results of several twisted.trial.unittest.TestCases.
|
| Class | Reporter | No class docstring; 7/15 methods documented |
| Class | MinimalReporter | A minimalist reporter that prints only a summary of the test result, |
| Class | TextReporter | Simple reporter that prints a single character for each test as it runs, |
| Class | VerboseTextReporter | A verbose reporter that prints the name of each test as it is running. |
| Class | TimingTextReporter | Prints out each test as it is running, followed by the time taken for each |
| Class | _AnsiColorizer | A colorizer is an object that loosely wraps around a stream, allowing |
| Class | _Win32Colorizer | See _AnsiColorizer docstring. |
| Class | _NullColorizer | See _AnsiColorizer docstring. |
| Class | TreeReporter | Print out the tests in the form a tree. |