Skip to content

Releases: mixxorz/behave-django

Release 0.3.0

27 Oct 04:40
Compare
Choose a tag to compare

0.3.0 (2015-10-27)

Features and Improvements

  • Added the --keepdb flag to reuse the existing test
    database instead of recreating it for every test run. (Django >=
    1.8 only)
  • Overhaul tests to use Tox and pytest for a better
    testing experience.

Release 0.2.3

21 Aug 02:16
Compare
Choose a tag to compare

0.2.3 (2015-08-21)

Bugfixes

  • Fixed bug where some behave commands do not work

Release 0.2.2

12 Jul 16:33
Compare
Choose a tag to compare

0.2.2 (2015-07-13)

Bugfixes

  • Fixed bug where positional arguments don't get sent to behave.

Release 0.2.1

30 Jun 14:27
Compare
Choose a tag to compare

0.2.1 (2015-06-30)

Bugfixes

  • Fixed bug where invalid arguments are passed onto behave, making the command fail to execute.

Release 0.2.0

27 Jun 11:11
Compare
Choose a tag to compare

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.

Release 0.1.4

08 Jun 14:54
Compare
Choose a tag to compare

0.1.4 (2015-06-08)

Features and Improvements

  • context.get_url(). URL helper attached to context with built-in reverse resolution as a handy shortcut.

Release 0.1.3

13 May 11:03
Compare
Choose a tag to compare

0.1.3 (2015-05-13)

Features and Improvements

  • Fixture loading. You can now load your fixtures by setting context.fixtures.
  • behave-django now supports all versions of Django

Bugfixes

  • The behave command should now correctly return non-zero exit codes when a test fails.

Release 0.1.2

13 May 11:11
Compare
Choose a tag to compare

0.1.2 (2015-04-06)

Features and Improvements

  • You can now have a .behaverc in your project's root directory. You can specify where your feature directories are in this file, among other things. See the behave docs on configuration files.
  • Removed BEHAVE_FEATURES setting in favor of using behave's configuration file

Release 0.1.1

13 May 11:11
Compare
Choose a tag to compare

0.1.1 (2015-04-04)

Features and Improvements

  • Behave management command now accepts behave command line arguments
  • BEHAVE_FEATURES settings added for multiple feature directories

Bugfixes

  • Removed test apps and projects from the release package

Release 0.1.0

13 May 11:12
Compare
Choose a tag to compare

0.1.0 (2015-04-02)

  • Initial release