Skip to content

Releases: behave/behave-django

Release 1.5.0

03 Oct 19:47
Compare
Choose a tag to compare

1.5.0 (2024-10-03)

Features and Improvements

  • Now depends on Behave 1.2.7.dev6 (or higher)
  • Experimental support for Page Objects

Breaking Changes

  • --runner option now requires parent.module:class syntax
  • --runner-class option renamed to --runner

Version Support

  • Dropped support for Python 3.6 and 3.7
  • Dropped support for Django 3.3, 4.1

Release 1.1.0

29 Jan 12:27
Compare
Choose a tag to compare

1.1.0 (2018-01-29)

Features and Improvements

  • Added django_ready hook for running setup code within the django environment

Release 1.0.0

24 Oct 23:58
Compare
Choose a tag to compare

1.0.0 (2017-10-25)

Features and Improvements

  • Added decorator to load fixtures
  • Updated django integration logic

Release 0.5.0

19 Mar 14:57
Compare
Choose a tag to compare

0.5.0 (2017-03-19)

Features and Improvements

  • Added --simple command line option to run tests using the regular TestCase class instead of StaticLiveServerTestCase

Release 0.4.1

16 Jan 11:24
Compare
Choose a tag to compare

0.4.1 (2017-01-16)

Features and Improvements

  • Behave's short form arguments are now accepted (e.g. -i for --include)
  • Added --keepdb short form argument, -k
  • Prefix conflicting command line options with --behave

Bugfixes

  • Fixed specifying paths didn't work

Release 0.4.0

23 Aug 05:34
Compare
Choose a tag to compare

0.4.0 (2016-08-23)

Features and Improvements

  • Replace optparse with argparse
  • Support Django 1.8 + 1.9 + 1.10
  • Drop support for Django 1.4 + 1.5 + 1.6 + 1.7