diff options
-rw-r--r-- | test/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/README.md b/test/README.md index e41936c4b6..3ac8531ba8 100644 --- a/test/README.md +++ b/test/README.md @@ -191,12 +191,12 @@ minutes](http://learnxinyminutes.com/docs/lua/). ## Checklist for migrating legacy tests -**Note:** Only "old style" (`src/testdir/*.in`) legacy tests should be -converted. Please _do not_ convert "new style" Vim tests (`src/testdir/*.vim`). +**Note:** Only "old style" (`src/nvim/testdir/*.in`) legacy tests should be +converted. Please _do not_ convert "new style" Vim tests +(`src/nvim/testdir/*.vim`). The "new style" Vim tests are faster than the old ones, and converting them takes time and effort better spent elsewhere. -- Remove the test from the Makefile (`src/nvim/testdir/Makefile`). - Remove the associated `test.in`, `test.out`, and `test.ok` files from `src/nvim/testdir/`. - Make sure the lua test ends in `_spec.lua`. |