third_party.pigweed.src/docs
Alexei Frolov d0b2d48782 Add pw_test_server module
This change adds a pw_test_server module which implements a gRPC server
for queueing and distributing unit tests across multiple test runners.
The server is implemented as a Go library which can be imported and used
by developers to build a custom unit test running infrastructure.

To use the server, a UnitTestRunner interface that processes requests to
run unit tests must be implemented and registered with the server. An
implementation of this interface which runs unit test executables
through an external command is provided alongside the server.

An example program that uses the server library to run a unit test
server is also provided within the module. This program uses the
command-based test runners to run unit tests on a local machine. It is
configurable through a config file, allowing multiple workers to be
registered with the server. The program additionally doubles as a gRPC
client for the server which can be invoked with the path to a unit test
executable to schedule it to be run.

Change-Id: I347d230370620395de09e277f9763d7df1c4abad
2019-12-06 22:55:28 +00:00
..
BUILD
BUILD.gn Add pw_test_server module 2019-12-06 22:55:28 +00:00
conf.py Update Sphinx conf.py; add autodoc extension 2019-12-05 16:33:33 -08:00
embedded_cpp_guide.rst
index.rst
modules.rst Add pw_test_server module 2019-12-06 22:55:28 +00:00
style_guide.rst Fix copyright notices 2019-11-27 22:34:02 +00:00