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§
- Test
Runner - Context for running tests.
- Test
Runner Builder - Test runner options.
Enums§
- Stress
Condition - Stress testing condition.
- Stress
Count - A count for stress testing.
Functions§
- configure_
handle_ inheritance - Configures stdout, stdin and stderr inheritance by test processes on Windows.