Release 0.2.0
0.2.0 (2015-06-27)
Features and Improvements
- Integration with behave is now done via monkey patching. Including
theenvironment.before_scenario()
andenvironment.after_scenario()
function calls in yourenvironment.py
file is no longer needed. - A new CLI option,
--use-existing-database
, has been added. See the
usage docs.
Bugfixes
- Calling
python manage.py behave --dry-run
does not create a test
database any longer.