- Excluding tests from being installed
- Fix bug related to default urlconf value.
- Added
Step.urlconf
attribute. Allows to use other urlconfigs for running test step. - Added
Step.content_type
attribute. Allows to specify custom content types while submitting requests. - Added
Step.override_settings
attribute. Allows to override Django settings while making a request. - Fixed some typos in docstrings.
- First release on PyPI.