Class t.t.r.TimingTextReporter(VerboseTextReporter):

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 This must be called after the given test is completed.

Inherited from VerboseTextReporter:

Method startTest This must be called before the given test is commenced.
Method addSuccess Report that the given test succeeded.
Method addError Report an error that occurred while running the given test.
Method addFailure Report a failed assertion for the given test.
Method addSkip Report that the given test was skipped.
Method addExpectedFailure Report that the given test succeeded against expectations.
Method addUnexpectedSuccess Report that the given test succeeded against expectations.

Inherited from Reporter (via VerboseTextReporter):

Method __init__ Undocumented
Method write Undocumented
Method writeln Undocumented
Method upDownError called when an error occurs in a setUp* or tearDown* method
Method cleanupErrors Report an error that occurred during the cleanup between tests.
Method _trimFrames Undocumented
Method _formatFailureTraceback Undocumented
Method _printResults Undocumented
Method _printExpectedFailure Undocumented
Method _printUnexpectedSuccess Undocumented
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.

Inherited from TestResult (via VerboseTextReporter, Reporter):

Method __repr__ Undocumented
Method _getTime Undocumented
Method startSuite Undocumented
Method endSuite Undocumented
def stopTest(self, method): (source)
This must be called after the given test is completed.
Parameterstest(type: pyunit.TestCase )
API Documentation for twisted, generated by pydoctor.