aboutsummaryrefslogtreecommitdiff
path: root/test/functional/testutil.lua
Commit message (Collapse)AuthorAge
* test: remove unnecessary nil argument to testutil (#28270)zeertzjq2024-04-11
|
* test: fix off-by-one test IDs in logs (#28269)zeertzjq2024-04-11
| | | | | | | Run the global before_each() before all other before_each(), so that clear() uses the test ID of the current test, not the previous one. Don't skip generating test IDs for skipped tests, as that'll make a skipped test have the same test ID as the previous one.
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
|
* test: improve test conventionsdundargoc2024-04-08
Work on https://github.com/neovim/neovim/issues/27004.