neovim/test/functional/terminal
zeertzjq 400ef8aaa0
test(terminal/buffer_spec): fix incorrect tests (#27923)
The first describe() block enters terminal mode in before_each(), so
feed_command() at the start of a test case writes it to the terminal
instead of executing it.
2024-03-19 12:44:14 +08:00
..
altscreen_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
api_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
buffer_spec.lua test(terminal/buffer_spec): fix incorrect tests (#27923) 2024-03-19 12:44:14 +08:00
channel_spec.lua test: big cleanup followup 2024-01-17 10:10:17 +00:00
cursor_spec.lua test: normalise nvim bridge functions 2024-01-12 17:53:27 +00:00
edit_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
ex_terminal_spec.lua fix(process): start pty process eof timer on main thread (#27625) 2024-02-26 09:47:49 +08:00
helpers.lua test(tui_spec): prevent race between nvim_input and nvim_paste (#27356) 2024-02-06 14:05:49 +08:00
highlight_spec.lua test: combining TermCursorNC with CursorLine/CursorColumn (#27898) 2024-03-17 18:09:29 +08:00
mouse_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
scrollback_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
tui_spec.lua test: don't use minimal timeout for "intermediate" flag (#27620) 2024-02-25 13:35:24 +08:00
window_spec.lua fix(terminal): disable reflow again 2024-03-14 19:22:16 +08:00
window_split_tab_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00