behave-django

Behave BDD integration for Django


Keywords
bdd, behave, django, testing
License
MIT
Install
pip install behave-django==1.4.0

Documentation

behave-django Latest version

Build status Code health Python versions Software license Documentation Status Gitter chat room

Behave BDD integration for Django

Features

  • 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

Version Support

behave-django is tested against the officially supported combinations of Python and Django (Django 2.2, 3.0 on Python 3.5, 3.6, 3.7, 3.8).

The version of behave is not tied to our integration (read: "independent"). We test against the latest release on PyPI, and run a sample against Behave's current master branch.

Documentation

How to Contribute

Please, read the contributing guide in the docs.