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§
- Context for running tests.
- Test runner options.
Functions§
- Configures stdout, stdin and stderr inheritance by test processes on Windows.