summaryrefslogtreecommitdiff
path: root/ext/ply/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/README')
-rw-r--r--ext/ply/test/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/ply/test/README b/ext/ply/test/README
index bca748497..aac12b058 100644
--- a/ext/ply/test/README
+++ b/ext/ply/test/README
@@ -4,6 +4,8 @@ conditions. To run:
$ python testlex.py .
$ python testyacc.py .
-(make sure lex.py and yacc.py exist in this directory before
-running the tests).
+The tests can also be run using the Python unittest module.
+ $ python rununit.py
+
+The script 'cleanup.sh' cleans up this directory to its original state.