Trees | Indices | Help |
|
---|
|
buildstep.LogObserver --+ | buildstep.LogLineObserver --+ | object --+ | | | unittest.result.TestResult --+ | SubunitLogObserver
Observe a log that may contain subunit output.
This class extends TestResult to receive the callbacks from the subunit parser in the most direct fashion.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
expectedTests = 0
|
|
contextLevel = 0
|
|
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Process a received stdout line.
|
same for stderr line.
|
Called when the given test has been run
|
Called when a test has completed successfully
|
Called when a test is skipped.
|
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 |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:44 2012 | http://epydoc.sourceforge.net |