Skip to main content

Module input

Module input 

Source
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§

InputHandlerKind
The kind of input handling to set up for a test run.
InputHandlerStatus
The status of the input handler, returned by TestRunner::input_handler_status.