commit 3d95e9f7bf19bc2771c008c6b5fd9b97eb718d1a
parent 1557310918d1d382e8bc80ad51e61405c3d625f9
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 27 Jul 2014 01:05:26 +0200
mention versetest.py in README
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -73,8 +73,9 @@ along the lines of:
poem2html/make_poem.sh poem_file > www/poem.html
done
-To run plint on test files, you can use test.sh. However, because of known bugs,
-some errors will be reported on the test files.
+To run plint on some provided test files, you can use test.sh. However, because
+of known bugs, some errors will be reported on the test files. To run a very
+simple test suite, run python3 versetest.py; they should all pass.
== 4. Training ==