diff options
author | Daniel Hahler <github@thequod.de> | 2018-09-20 09:37:53 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-09-20 09:37:53 +0200 |
commit | 47d74bf32f3b95b28a3ef2a7840989eb9bed7480 (patch) | |
tree | 75042501f5531ce39f322da716976d06ca0b7d04 | |
parent | 8b60253ce747183a1896a8f0057519a1e2e517a1 (diff) | |
download | rneovim-47d74bf32f3b95b28a3ef2a7840989eb9bed7480.tar.gz rneovim-47d74bf32f3b95b28a3ef2a7840989eb9bed7480.tar.bz2 rneovim-47d74bf32f3b95b28a3ef2a7840989eb9bed7480.zip |
doc: test/README.md (#9020)
- testdir location
- no old style tests are left in the fixed list in the Makefile
[ci skip]
-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`. |