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.