Trees | Indices | Help |
|
---|
object --+ | TestResult --+ | _TextTestResult
A test result class that can print formatted text results to a stream.
Used by TextTestRunner.
Inherited from TestResult
:
__repr__
,
stop
,
stopTest
,
wasSuccessful
Inherited from TestResult
(private):
_count_relevant_tb_levels
,
_exc_info_to_string
,
_is_relevant_tb_level
'
================================================
...
'
------------------------------------------------
...
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().
'
=====================================================================
\=
'
'
---------------------------------------------------------------------
\-
'
Trees | Indices | Help |
|
---|