Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: fix files being left behind (#31004) | zeertzjq | 2024-10-31 |
| | |||
* | test: improve test conventions | dundargoc | 2024-04-23 |
| | | | | | | | | | 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. | ||
* | refactor(test): inject after_each differently | Lewis Russell | 2024-04-10 |
| | |||
* | test: improve test conventions | dundargoc | 2024-04-08 |
| | | | | Work on https://github.com/neovim/neovim/issues/27004. | ||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | test: lint whitespace in legacy/ (#7308) | KillTheMule | 2017-09-24 |
| | |||
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | 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. | ||
* | test/functional: clean up according to luacheck (part 2) | Marco Hinz | 2015-11-23 |
| | |||
* | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 |
| | |||
* | functests: Fix 078_swapfile_recover test | ZyX | 2015-10-23 |
| | |||
* | test: migrate legacy test 78 | Justin M. Keyes | 2015-04-12 |