| Home | 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 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().
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 25 17:52:30 2010 | http://epydoc.sourceforge.net |