mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
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.