Module runner

Source
Expand description

The test runner.

For more information about the design of the runner loop, see the design document: The runner loop.

The main structure in this module is TestRunner.

Structs§

TestRunner
Context for running tests.
TestRunnerBuilder
Test runner options.

Enums§

StressCondition
Stress testing condition.
StressCount
A count for stress testing.

Functions§

configure_handle_inheritance
Configures stdout, stdin and stderr inheritance by test processes on Windows.