| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(test): failure after version bump #28771 | Justin M. Keyes | 2024-05-16 |
| | | | | | | | | | | Problem: - The test for vim.deprecate() has a "mock" which is outdated because vim.deprecate() no longer uses that. - The tests get confused after a version bump. Solution: Make the tests adapt to the current version. | ||
| * | 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. | |||