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