mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 02:00:11 +08:00

This adds a new interactive test framework based on Python's pexpect. This is intended to supplant the TCL expect-based tests. New tests go in `tests/pexpects/`. As a proof-of-concept, the pipeline.expect test and the (gnarly) bind.expect test are ported to the new framework.