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.
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addAResult(self,
test,
result,
text,
log='') |
source code
|
|
|
|
issue(self,
test,
err)
An issue - failing, erroring etc test. |
source code
|
|
|
|
|
|
|
tags(self,
new_tags,
gone_tags)
Accumulate the seen tags. |
source code
|
|
|
Inherited from buildstep.LogLineObserver:
errReceived,
outReceived,
setMaxLineLength
Inherited from buildstep.LogObserver:
__providedBy__,
logChunk,
setLog,
setStep
Inherited from unittest.TestResult:
__repr__,
startTest,
stop,
wasSuccessful
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|