fish-shell/src/tests
Johannes Altmanninger 8bf8b10f68 Extended & human-friendly keys
See the changelog additions for user-visible changes.

Since we enable/disable terminal protocols whenever we pass terminal ownership,
tests can no longer run in parallel on the same terminal.

For the same reason, readline shortcuts in the gdb REPL will not work anymore.
As a remedy, use gdbserver, or lobby for CSI u support in libreadline.

Add sleep to some tests, otherwise they fall (both in CI and locally).

There are two weird failures on FreeBSD remaining, disable them for now
https://github.com/fish-shell/fish-shell/pull/10359/checks?check_run_id=23330096362

Design and implementation borrows heavily from Kakoune.

In future, we should try to implement more of the kitty progressive
enhancements.

Closes #10359
2024-04-02 14:35:16 +02:00
..
abbrs.rs abbr: expand command abbrs after decorators (#10396) 2024-03-27 17:17:55 +01:00
common.rs Remove now unused assert helpers 2024-02-22 20:10:16 +01:00
complete.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
debounce.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
editable_line.rs
encoding.rs
env_universal_common.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
env.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
expand.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
fd_monitor.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
highlight.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
history.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
input_common.rs Extended & human-friendly keys 2024-04-02 14:35:16 +02:00
input.rs Extended & human-friendly keys 2024-04-02 14:35:16 +02:00
key.rs Extended & human-friendly keys 2024-04-02 14:35:16 +02:00
mod.rs Extended & human-friendly keys 2024-04-02 14:35:16 +02:00
pager.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
parse_util.rs Fix regression in parse_util_process_extent 2024-03-24 16:34:36 +01:00
parser.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
reader.rs
redirection.rs
screen.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
std.rs Fix formatting of new test 2024-03-09 22:06:33 -06:00
string_escape.rs Reduce some numbers to make cargo test run faster 2024-02-02 16:44:36 +01:00
termsize.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
threads.rs
tokenizer.rs
topic_monitor.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
wgetopt.rs