Expand description
PTY helpers for driving interactive commands in tests. PTY-based command runners for interactive integration tests.
Functionsยง
- run_pty
- Runs a command in a PTY and captures output.
- run_
pty_ interactive - Runs a command in a PTY with
ITO_INTERACTIVE=1. - run_
pty_ interactive_ with_ env - Runs a command in a PTY with
ITO_INTERACTIVE=1and extra environment variables.