class documentation

class _BrokenLocalWorker:

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: PyUnitTestCase, result: TestResult): ΒΆ

Raise an exception instead of running case.