Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-07 | Remove accidental tabs in unit tests | Jon Bernard | 1 | -6/+6 | |
Python 2 will overlook this and continue executing, but python 3 will issue an error and exit. | |||||
2014-07-07 | Move tests into a directory | Jon Bernard | 1 | -0/+390 | |
I'm hoping to add more tests for specific features and break then into separate files so things are a bit easier to manage. |