Releases: behave/behave-django
Releases · behave/behave-django
Release 1.5.0
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 requiresparent.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
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
1.0.0 (2017-10-25)
Features and Improvements
- Added decorator to load fixtures
- Updated django integration logic
Release 0.5.0
0.5.0 (2017-03-19)
Features and Improvements
- Added
--simple
command line option to run tests using the regularTestCase
class instead ofStaticLiveServerTestCase
Release 0.4.1
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
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