fish-shell/tests/pexpects
Fabian Homborg 46faf0869c tests: Stop sleeping before expect
It's useless - `expect` has a timeout anyway, and it defaults to 5s,
so these 0.5s sleeps just mean it'll always take at least 0.5s.

Sometimes it is useful to let things settle before *sending* text, and
it would be nice to be able to set the timeout for each expect
separately, but just adding to the timeout isn't useful.
2020-08-08 16:35:08 +02:00
..
bind.py Unset X-bit on tests 2020-06-13 16:18:17 +02:00
bind_mode_events.py Reformat pexpects 2020-06-08 17:33:04 +02:00
commandline.py Reformat pexpects 2020-06-08 17:33:04 +02:00
complete.py Reformat pexpects 2020-06-08 17:33:04 +02:00
exit.py Pexpects: Increase a timeout 2020-07-21 20:27:55 +02:00
fg.py tests: Add an additional "sleep" 2020-08-08 16:35:08 +02:00
fkr.py tests: Don't send \cA 2020-06-17 15:55:31 +02:00
generic.py Port generic.expect to pexpect 2020-06-08 22:57:46 +02:00
histfile.py Another formatting run 2020-06-24 20:43:56 +02:00
history.py Another formatting run 2020-06-24 20:43:56 +02:00
job_summary.py tests: Stop sleeping before expect 2020-08-08 16:35:08 +02:00
pipeline.py Unset X-bit on tests 2020-06-13 16:18:17 +02:00
postexec.py Return no status from successful variable assignments 2020-08-05 12:23:49 -07:00
read.py Port read tests to expect 2020-06-13 15:21:40 +02:00
signals.py Another formatting run 2020-06-24 20:43:56 +02:00
tty_ownership.py Bravely remove reclaim... param from continue_job, and rework tcsetpgrp calls 2020-07-27 14:51:37 -07:00
wait.py Port wait test to pexpect 2020-06-13 15:21:40 +02:00