ptyunit

PTY test framework for bash

brew install fissible/tap/ptyunit

Features

Example

source ptyunit.sh

pty_test "shows welcome screen" <<'EOF'
  pty_run "shql"
  pty_assert_contains "Welcome to shellql"
EOF