class documentation

class Worker(Protocol): (source)

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: (source)

Run a test case.