| Trees | Indices | Help |
|
|---|
|
|
buildstep.LogObserver --+
|
buildstep.LogLineObserver --+
|
object --+ |
| |
unittest.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 | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Process a received stdout line.
|
same for stderr line.
|
Called when the given test is about to be run
|
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 Fri Oct 29 10:00:42 2010 | http://epydoc.sourceforge.net |