Trees | Indices | Help |
|
---|
|
object --+ | TestResult --+ | _TextTestResult
A test result class that can print formatted text results to a stream.
Used by TextTestRunner.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
separator1 =
|
|||
separator2 =
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Called when the given test is about to be run
|
Called when a test has completed successfully
|
Called when an error has occurred. 'err' is a tuple of values as returned by sys.exc_info().
|
Called when an error has occurred. 'err' is a tuple of values as returned by sys.exc_info().
|
|
separator1
|
separator2
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:19 2011 | http://epydoc.sourceforge.net |