|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
startTest(self,
test)
Called when the given test is about to be run |
|
|
|
stopTest(self,
test)
Called when the given test has been run |
|
|
|
addError(self,
test,
err)
Called when an error has occurred. |
|
|
|
addFailure(self,
test,
err)
Called when an error has occurred. |
|
|
|
addSuccess(self,
test)
Called when a test has completed successfully |
|
|
|
wasSuccessful(self)
Tells whether or not this result was a success |
|
|
|
stop(self)
Indicates that the tests should be aborted |
|
|
|
_exc_info_to_string(self,
err,
test)
Converts a sys.exc_info()-style tuple of values into a string. |
|
|
|
_is_relevant_tb_level(self,
tb) |
|
|
|
_count_relevant_tb_levels(self,
tb) |
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|