Tests for twisted.trial.reporter.
| Class | BrokenStream | Stream-ish object that raises a signal interrupt error. We use this to make sure that Trial still manages to write what it needs to write. |
| Class | StringTest | Undocumented |
| Class | TestResultTests | Undocumented |
| Class | ReporterRealtimeTests | Undocumented |
| Class | ErrorReportingTests | No class docstring; 4/7 methods documented |
| Class | UncleanWarningWrapperErrorReportingTests | Tests that the UncleanWarningsReporterWrapper
can sufficiently proxy IReporter failure and error reporting methods to a
reporter.Reporter. |
| Class | TracebackHandlingTests | No class docstring; 3/8 methods documented |
| Class | FormatFailuresTests | Undocumented |
| Class | PyunitNamesTests | No class docstring; 3/7 methods documented |
| Class | DirtyReactorTests | No summary |
| Class | TrialNamesTests | No class docstring; 1/5 methods documented |
| Class | SkipTests | Tests for reporter.Reporter's
handling of skips. |
| Class | UncleanWarningSkipTests | Tests for skips on a reporter.Reporter
wrapped by an UncleanWarningsReporterWrapper. |
| Class | TodoTests | Tests for reporter.Reporter's
handling of todos. |
| Class | UncleanWarningTodoTests | Tests for UncleanWarningsReporterWrapper's
handling of todos. |
| Class | MockColorizer | Used by TreeReporterTests to make sure that output is colored correctly. |
| Class | TreeReporterTests | No class docstring; 5/7 methods documented |
| Class | ReporterInterfaceTests | Tests for the bare interface of a trial reporter. |
| Class | ReporterTests | Tests for the base reporter.Reporter
class. |
| Class | SafeStreamTests | No class docstring; 1/1 methods documented |
| Class | SubunitReporterTests | Tests for the subunit reporter. |
| Class | SubunitReporterNotInstalledTests | Test behaviour when the subunit reporter is not installed. |
| Class | TimingReporterTests | Undocumented |
| Class | LoggingReporter | Simple reporter that stores the last test that was passed to it. |
| Class | AdaptedReporterTests | reporter._AdaptedReporter
is a reporter wrapper that wraps all of the tests it receives before
passing them on to the original reporter. |
| Class | FakeStream | A fake stream which isatty method returns some
predictable. |
| Class | AnsiColorizerTests | Tests for reporter._AnsiColorizer. |
| Class | ExitWrapperTests | Tests for reporter._ExitWrapper. |