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

Run a test case.

Parameters
case:TestCaseUndocumented
result:TestResultUndocumented