Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-24 | Update tests to support recent cli and core changes | 1 | -17/+20 | ||
2014-07-24 | A few more test tweaks | 2 | -26/+17 | ||
2014-07-17 | Experiments with using pytest for tests | 2 | -0/+89 | ||
2014-07-14 | Mark known failing tests as such | 1 | -0/+3 | ||
2014-07-11 | Cleanup imports and move __version__ to __init__.py | 1 | -14/+14 | ||
2014-07-10 | Remove executable bit from test_basic.py | 1 | -0/+0 | ||
2014-07-07 | Add unit test for adding a package file via CLI | 1 | -0/+24 | ||
Re #20 | |||||
2014-07-07 | Remove accidental tabs in unit tests | 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 | 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. |