A test result class that can print formatted text results to a stream.
Used by TextTestRunner.
Methods
|
|
__init__
addError
addFailure
addSuccess
getDescription
printErrorList
printErrors
startTest
|
|
__init__
|
__init__ (
self,
stream,
descriptions,
verbosity,
)
|
|
addError
|
addError (
self,
test,
err,
)
|
|
addFailure
|
addFailure (
self,
test,
err,
)
|
|
addSuccess
|
addSuccess ( self, test )
|
|
getDescription
|
getDescription ( self, test )
|
|
printErrorList
|
printErrorList (
self,
flavour,
errors,
)
|
|
printErrors
|
printErrors ( self )
|
|
startTest
|
startTest ( self, test )
|
|