class documentation

class Worker(Protocol):

View In Hierarchy

An object that can run actions.

Async Method run Run a test case.
async def run(self, case: TestCase, result: TestResult) -> RunResult: ΒΆ

Run a test case.