class documentation

class ReportingResults: (source)

View In Hierarchy

Method __enter__ No summary
Method __exit__ End the reportable context.
Method record Record a Deferred instance representing one test result reporting operation.
Class Variable _reporter Undocumented
Class Variable _results Undocumented
def __enter__(self): (source)
Returns
Sequence[Deferred[object]]Undocumented
def __exit__(self, excType, excValue, excTraceback): (source)

End the reportable context.

Parameters
excType:Type[BaseException]Undocumented
excValue:BaseExceptionUndocumented
excTraceback:TracebackTypeUndocumented
Returns
Literal[False]Undocumented
def record(self, result): (source)

Record a Deferred instance representing one test result reporting operation.

Parameters
result:Deferred[object]Undocumented

Undocumented

Undocumented