class documentation

class _BrokenLocalWorker: (source)

View In Hierarchy

A Worker that always fails to run test cases.

Async Method run Raise an exception instead of running case.
async def run(self, case, result): (source)

Raise an exception instead of running case.

Parameters
case:PyUnitTestCaseUndocumented
result:TestResultUndocumented