summaryrefslogtreecommitdiff
path: root/ext/ply/test/README
blob: bca748497b3fb07c17421fcb4249beadcb65be30 (plain)
1
2
3
4
5
6
7
8
9
This directory mostly contains tests for various types of error
conditions.  To run:

  $ python testlex.py .
  $ python testyacc.py .

(make sure lex.py and yacc.py exist in this directory before
running the tests).