Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tests for ea0701d | carlgeorge | 2015-06-28 | 1 | -0/+3 |
| | |||||
* | Use unittest2 for Python < 2.7. | Benjamin Drung | 2014-03-26 | 1 | -1/+5 |
| | |||||
* | Fix PEP 8 issues. | Benjamin Drung | 2014-03-25 | 1 | -1/+2 |
| | |||||
* | Compare results with basestring on Python 2 (Fixes #27). | Benjamin Drung | 2014-03-25 | 1 | -8/+14 |
| | |||||
* | Use assertIsInstance() instead of assertTrue(isinstance()). | Benjamin Drung | 2014-03-25 | 1 | -12/+12 |
| | |||||
* | Radical simplification ... | Matěj Cepl | 2013-03-18 | 6 | -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 suite | Trent Mick | 2010-09-02 | 4 | -0/+804 |