| 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-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-03-30 | test: use matches(...) instead of ok(string.find(...)) (#28111) | zeertzjq | 1 | |
| 2024-01-12 | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 1 | |
| 2024-01-03 | refactor: format test/* | Justin M. Keyes | 1 | |
| 2022-04-26 | test: correct order of arguments to eq() and neq() | zeertzjq | 1 | |
| 2021-09-17 | test: reorg #15698 | Justin M. Keyes | 1 | |
| Problem: Subdirectories like "visual", "insert", "normal" encourage people to separate *related* tests for no good reason. Typically the _mode_ is not the relevant topic of a test (and when it is, _then_ create an appropriate describe() or it()). Solution: - Delete the various `test/functional/<mode>/` subdirectories, move their tests to more meaningful topics. - Rename `…/normal/` to `…/editor/`. - Move or merge `…/visual/*` and `…/insert/*` tests into here where appropriate. - Rename `…/eval/` to `…/vimscript/`. - Move `…/viml/*` into here also. * test(reorg): insert/* => editor/mode_insert_spec.lua * test(reorg): cmdline/* => editor/mode_cmdline_spec.lua * test(reorg): eval core tests => eval_spec.lua | ||||
