Behave BDD integration for Django
- Web browser automation ready
- Database transactions per scenario
- Use Django's test client
- Use unittest + Django assert library
- Use behave's command line arguments
- Use behave's configuration file
- Fixture loading
- Page objects
behave-django is tested against the officially supported combinations of Python and Django (Django 5.2, 6.0 on Python 3.10 through 3.14).
Installs the latest stable version of behave as a dependency.
- Documentation is available from behave-django.readthedocs.io
- Read more about behave at behave.readthedocs.io
Please, read the contributing guide in the docs.