vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
339 stars 38 forks source link

Rewrite tests from the examples as nosetests #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
nose it's faster than my scripts and it gives nice overall stats, etc.

Original issue reported on code.google.com by andrey.vlasovskikh on 26 May 2011 at 11:28

GoogleCodeExporter commented 9 years ago
Fixed in [0eb027e4a7df].

Original comment by andrey.vlasovskikh on 29 May 2011 at 7:23