class documentation

class _LocalWorker: (source)

View In Hierarchy

A Worker that runs tests in this process in the usual way.

This is a test double for LocalWorkerAMP which allows testing worker pool logic without sending tests over an AMP connection to be run somewhere else..

Async Method run Directly run case in the usual way.
async def run(self, case, result): (source)

Directly run case in the usual way.

Parameters
case:PyUnitTestCaseUndocumented
result:TestResultUndocumented
Returns
RunResultUndocumented