I report results as a Banana-encoded Jelly stream.
This reporting format is machine-readable. It might make more sense to
proxy to a pb.Referenceable Reporter, but then it would need a two-way
connection and a reactor running to manage the protocol. I'm not sure if
we want to do that.
Decode this stream with
| Method Summary |
| |
__init__(self,
stream)
|
| |
allPassed(self)
(inherited from Reporter)
|
| |
cleanResults(self,
testClass,
method)
|
| |
connectionLost(self,
reason)
|
| |
dataReceived(self,
data)
|
| |
getRunningTime(self)
(inherited from Reporter)
|
| |
jellyMethodCall(self,
methodName,
*args)
|
| |
makeConnection(self,
transport)
|
| |
reportImportError(self,
name,
exc)
|
| |
reportResults(self,
testClass,
method,
resultType,
results)
|
| |
reportStart(self,
testClass,
method)
|
| |
start(self,
*args)
|
| |
stop(self,
*args)
|