neovim/test/functional/terminal
zeertzjq ce56ad2ba7
test: reduce flakiness (#24443)
Avoid consecutive RPC requests involving :startinsert or :stopinsert,
because consecutive RPC requests may be processed together, before the
:startinsert or :stopinsert takes effect.

Also change some feed_command() to command() to make tests faster.
2023-07-23 12:46:56 +08:00
..
altscreen_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
api_spec.lua fix(tui): grid_clear properly clears the screen 2023-05-03 14:58:25 +02:00
buffer_spec.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
channel_spec.lua test(terminal/channel_spec): fix screen test immediate success (#23192) 2023-04-19 12:10:06 +08:00
cursor_spec.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
edit_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
ex_terminal_spec.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
helpers.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
highlight_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
mouse_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
scrollback_spec.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
tui_spec.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
window_spec.lua feat(term): enable reflow by default (#21124) 2023-05-24 10:04:49 +02:00
window_split_tab_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00