| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | test: remove unnecessary nil argument to testutil (#28270) | zeertzjq | 2024-04-11 |
| | | |||
| * | test: fix off-by-one test IDs in logs (#28269) | zeertzjq | 2024-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 differently | Lewis Russell | 2024-04-10 |
| | | |||
| * | test: improve test conventions | dundargoc | 2024-04-08 |
| Work on https://github.com/neovim/neovim/issues/27004. | |||