/behave-django

Behave BDD integration for Django

Primary LanguagePythonMIT LicenseMIT

behave-django Latest version

Build status Code health Python versions Software license Gitter chat room

Behave BDD integration for Django

Features

  • Web Browser Automation ready
  • Database transactions per scenario
  • Use Django's testing client
  • Use unittest + Django assert library
  • Use behave's command line arguments
  • Use behave's configuration file
  • Fixture loading

Version Support

behave-django is tested against the officially supported combinations of Python and Django (Django 1.11, 2.0, 2.1 on Python 2.7, 3.4, 3.5, 3.6, 3.7).

The version of behave is not tied 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.