neovim/test/functional/editor
dundargoc 052498ed42 test: improve test conventions
Specifically, functions that are run in the context of the test runner
are put in module `test/testutil.lua` while the functions that are run
in the context of the test session are put in
`test/functional/testnvim.lua`.

Closes https://github.com/neovim/neovim/issues/27004.
2024-04-23 18:17:04 +02:00
..
completion_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
count_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
ctrl_c_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
fold_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
jump_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
K_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
lang_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
langmap_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
macro_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mark_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
meta_key_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mode_cmdline_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mode_insert_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mode_normal_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
put_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
search_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabpage_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
undo_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00