Open GoogleCodeExporter opened 8 years ago
It is pretty simple, use python unittest for that. It accept patterns of rules.
For example, if you wish to test all rules, execute:
python2.7 -m unittest discover -p 'RULE_*'
See python unittest documentation for more details (for example, you can use
the -v flag for verbose)
Original comment by nadav...@gmail.com
on 29 May 2013 at 6:13
Original issue reported on code.google.com by
roman.hi...@gmail.com
on 21 Feb 2013 at 10:20