summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/legacy/056_script_local_function_spec.lua
AgeCommit message (Collapse)AuthorFiles
2024-04-23test: improve test conventionsdundargoc1
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-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
Work on https://github.com/neovim/neovim/issues/27004.
2016-06-10functests: Check logs in lua codeZyX1
It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail.
2015-11-23test/functional: clean up according to luacheck (part 2)Marco Hinz1
2014-11-04legacy tests: migrate test56Rainer Borene1