- Using wheels for distribution
- Excluding tests from being installed
- Modified project to use cookiecutter project template
- Added overall test suites test results to print out at the end
- Log output goes to stderr.
This fixes an issue when
multinosetests
is run in CI which would result in printing log messages below all test suites. - Added tests
- Switched to using Python
setuptools
entry-points instead of binary script
- Initial release