| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2024-04-23 | test: improve test conventions | dundargoc | 1 | |
| 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-11 | test: remove unnecessary nil argument to testutil (#28270) | zeertzjq | 1 | |
| 2024-04-10 | refactor(test): inject after_each differently | Lewis Russell | 1 | |
| 2024-04-08 | test: improve test conventions | dundargoc | 1 | |
| Work on https://github.com/neovim/neovim/issues/27004. | ||||
| 2024-02-12 | refactor(tests): get channel id via nvim_get_chan_info #27441 | Justin M. Keyes | 1 | |
| Minor "best practices" nudge. | ||||
| 2024-01-12 | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 1 | |
| 2024-01-12 | test: normalise nvim bridge functions | Lewis Russell | 1 | |
| - remove helpers.cur*meths - remove helpers.nvim | ||||
| 2024-01-03 | refactor: format test/* | Justin M. Keyes | 1 | |
| 2021-01-01 | test, provider/define_spec.lua: fix few tests fail | erw7 | 1 | |
| fbd6a86 changes the behavior of :command-range and no longer allows arbitrary numbers. Adjust tests to reflect this behavior. | ||||
| 2020-06-01 | test: rewrite to multiple arguments | kuuote | 1 | |
| 2020-05-31 | runtime: fix remote plugin command fails at some case | kuuote | 1 | |
| fixes #12410 | ||||
| 2017-03-11 | rplugin: Call s:LoadRemotePlugins() on startup. | Justin M. Keyes | 1 | |
| Dispense with the FuncUndefined/CmdUndefined quasi-optimization. If there are no rplugins, plugin/rplugin.vim takes less than 1ms. Closes #5821 Closes #6250 Helped-by: Qiming zhao <chemzqm@gmail.com> | ||||
| 2016-06-10 | functests: Check logs in lua code | ZyX | 1 | |
| 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. | ||||
| 2016-04-18 | test: remote/define.vim: Add some spice. | Justin M. Keyes | 1 | |
| 2016-04-18 | test: format | Case Nelson | 1 | |
| 2016-04-18 | test: remote/define.vim: range | Case Nelson | 1 | |
| 2015-11-23 | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 1 | |
| 2015-08-09 | test: move runtime/autoload/* to provider/ | Justin M. Keyes | 1 | |
| - Organize tests by logical function, not the literal impl location. - Avoid deep nesting / hyper-hierarchy. | ||||
