Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@mixxorz mixxorz released this 27 Jun 11:11
· 63 commits to it-moved since this release

0.2.0 (2015-06-27)

Features and Improvements

  • Integration with behave is now done via monkey patching. Including
    the environment.before_scenario() and environment.after_scenario()
    function calls in your environment.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.