- South patches the test management command to handle the SOUTH_TESTS_MIGRATE setting. Apply that patch if South is installed.
- Python 3 compatibility.
- Exclude South migrations from Pep8.
- Corrections to support PEP8 backwards incompatible API update.
- Now supports running specific test classes or methods via the label option.
- Added autoreload option restarting testrunner on code change detection.
- Refactor into a test command allowing for failfast commandline argument.
- Refactor, cleanup, self contained suite class.
- Added frame hack to resolve packages and py_modules to test, no longer needs app specific test suite.
- Refactored the app to use a callback style approach instead of monkey patching. Thanks jezdez.
- More robust test settings import.
- Repeat Pep 8 errors.
- Initial release.