Module pty

Source
Expand description

Utilities for testing in a virtual terminal (PTY).

Enums§

PtyAction
An action to take as part of the PTY test script.

Constants§

DOWN_ARROW
Terminal escape code corresponding to pressing the down arrow key.
UP_ARROW
Terminal escape code corresponding to pressing the up arrow key.

Functions§

run_in_pty
Run the provided script in the context of a virtual terminal.