Twisted
API Documentation
Modules
Classes
Names
twisted
.
trial
.
_dist
.
workerreporter
Toggle Private API
module documentation
(source)
Test reporter forwarding test results over trial distributed AMP commands.
Present Since
12.3
Class
​Worker​Reporter
Reporter for trial's distributed workers. We send things not through a stream, but through an
AMP
protocol's
callRemote
method.