summaryrefslogtreecommitdiffstats
path: root/src/testdir/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-03 22:16:20 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-03 22:16:20 +0100
commit022b896592721838e387e99fd785d3ded7b68be7 (patch)
tree35c9efef5a0b1ca3b6d76c02eab4f0497471ece9 /src/testdir/README.txt
parentfa7353428f705f7a13465a1943dddeede4083023 (diff)
patch 7.4.1041v7.4.1041
Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
Diffstat (limited to 'src/testdir/README.txt')
-rw-r--r--src/testdir/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/README.txt b/src/testdir/README.txt
index d42c7c9bc7..eb79d087c5 100644
--- a/src/testdir/README.txt
+++ b/src/testdir/README.txt
@@ -5,6 +5,8 @@ want to separate it from other tests in that file using :" (that's an Ex
command comment).
The numbered tests are older, we have switched to named tests.
+And the newest way of testing is to use assert functions, see test_assert.vim
+for an example.
To add a new test:
1) Create test_<subject>.in and test_<subject>.ok files.