aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/interactive.config
Commit message (Collapse)AuthorAge
* Tweak test runner to set up environment betterGravatar Kevin Ballard2014-11-24
| | | | | | Update the test runners so they set up their own environment in test_util.fish. This simplifies the Makefile and paves the way for adding utility functions for use in the tests themselves.
* Reset fish_bind_mode when changing fish_key_bindingsGravatar Kevin Ballard2014-09-18
| | | | | | | Also avoid resetting bindings if fish_key_bindings is "modified" without actually changing. Fixes #1638.
* Disable fish_title on interactive testsGravatar Kevin Ballard2014-09-08
| | | | | | | This was apparently what was interfering with the tests working on Linux. Tweak .travis.yml to install expect so the tests run on Linux.
* Add a test harness for interactive behaviorGravatar Kevin Ballard2014-09-07
Add a test harness that uses `expect` to drive Fish to test interactive behavior. Include some tests for `read`.