summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* add tests for ea0701dcarlgeorge2015-06-281-0/+3
|
* Use unittest2 for Python < 2.7.Benjamin Drung2014-03-261-1/+5
|
* Fix PEP 8 issues.Benjamin Drung2014-03-251-1/+2
|
* Compare results with basestring on Python 2 (Fixes #27).Benjamin Drung2014-03-251-8/+14
|
* Use assertIsInstance() instead of assertTrue(isinstance()).Benjamin Drung2014-03-251-12/+12
|
* Radical simplification ...Matěj Cepl2013-03-186-804/+27
| | | | | | | | | | | Don’t use third part modules when you don’t have to. This library uses setup like for thousands line program (including own test harness), but doesn't contain almost anything. I think radical simplification would be helpful. Fixes #15 Fixes #10
* add a starter test suiteTrent Mick2010-09-024-0/+804