summaryrefslogtreecommitdiff
path: root/tests/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed all references to unittestMark Adams2015-04-141-5/+0
|
* Made several changes to testing to increase code coverageMark Adams2015-01-251-0/+17
- Added a ton of tests to cover areas that weren't covered before - Added a pep8 tox env to run pep8 tests as part of the build - Moved keys into tests/keys - Added test_algorithms.py for algorithms module tests - Changed setup.py to run all tests in tests/