package documentation
(source)

This package implements the distributed Trial test runner:

Present Since
12.3
Module distreporter The reporter is not made to support concurrent test running, so we will hold test results in here and only send them to the reporter once the test is over.
Module disttrial This module contains the trial distributed runner, the management class responsible for coordinating all of trial's behavior at the highest level.
Module managercommands Commands for reporting test success of failure to the manager.
Module options Options handling specific to trial's workers.
Module worker This module implements the worker classes.
Module workercommands Commands for telling a worker to load tests or run tests.
Module workerreporter Test reporter forwarding test results over trial distributed AMP commands.
Module workertrial Implementation of AMP worker commands, and main executable entry point for the workers.

From __init__.py:

Variable _WORKER_AMP_STDIN Undocumented
Variable _WORKER_AMP_STDOUT Undocumented
_WORKER_AMP_STDIN: int = (source)

Undocumented

_WORKER_AMP_STDOUT: int = (source)

Undocumented