Expand description
Input handling for nextest.
Similar to signal handling, input handling is read by the runner and used to control non-signal-related aspects of the test run. For example, “i” to print information about which tests are currently running.
Enums§
- Input
Handler Kind - The kind of input handling to set up for a test run.
- Input
Handler Status - The status of the input handler, returned by
TestRunner::input_handler_status
.