t.t.r.TimingTextReporter(VerboseTextReporter) : class documentation

Part of twisted.trial.reporter View Source View In Hierarchy

Prints out each test as it is running, followed by the time taken for each test to run.
Method stopTest Mark the test as stopped, and write the time it took to run the test to the stream.

Inherited from VerboseTextReporter:

Method startTest Called when a test begins to run. Records the time when it was first called and resets the warning cache.
Method addSuccess Report that the given test succeeded.
Method addError Called when a test raises an error. If realtime is set, then it prints the error to the stream.
Method addFailure Called when a test fails. If realtime is set, then it prints the error to the stream.
Method addSkip Report that the given test was skipped.
Method addExpectedFailure Report that the given test failed, and was expected to do so.
Method addUnexpectedSuccess Report that the given test succeeded against expectations.

Inherited from Reporter (via VerboseTextReporter):

Method __init__ Undocumented
Method stream Undocumented
Method separator Undocumented
Method write Undocumented
Method writeln Undocumented
Method upDownError Undocumented
Method cleanupErrors Report an error that occurred during the cleanup between tests.
Method printErrors Print all of the non-success results in full to the stream.
Method printSummary Print a line summarising the test results to the stream.
Method done Summarize the result of the test run.
Instance Variable _startTime The time when the first test was started. It defaults to None, which means that no test was actually launched. (type: float or NoneType)
Instance Variable _warningCache A set of tuples of warning message (file, line, text, category) which have already been written to the output stream during the currently executing test. This is used to avoid writing duplicates of the same warning to the output stream. (type: set)
Instance Variable _publisher The log publisher which will be observed for warning events. (type: LogPublisher (or another type sufficiently similar))
Method _observeWarnings Observe warning events and write them to self._stream.
Method _write Safely write to the reporter's stream.
Method _writeln Safely write a line to the reporter's stream. Newline is appended to the format string.
Method _trimFrames Trim frames to remove internal paths.
Method _formatFailureTraceback Undocumented
Method _groupResults Group tests together based on their results.
Method _printResults Print a group of errors to the stream.
Method _printExpectedFailure Undocumented
Method _printUnexpectedSuccess Undocumented
Method _printErrors Print all of the non-success results to the stream in full.
Method _getSummary Return a formatted count of tests status results.
Method _printSummary Print a line summarising the test results to the stream.

Inherited from TestResult (via VerboseTextReporter, Reporter):

Instance Variable successes count the number of successes achieved by the test run. (type: int)
Method __repr__ Undocumented
Method startSuite Undocumented
Method endSuite Undocumented
Method _getTime Undocumented
Method _getFailure Convert a sys.exc_info()-style tuple to a Failure, if necessary.
def stopTest(self, method): (source)
Mark the test as stopped, and write the time it took to run the test to the stream.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.