jlachowski / behave-django

Behave BDD integration for Django

Home Page:https://behave-django.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

behave-django Latest version

Code checks status Test suite status 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 3.2, 4.0 on Python 3.6, 3.7, 3.8, 3.9, 3.10).

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 main branch.

Documentation

How to Contribute

Please, read the contributing guide in the docs.

About

Behave BDD integration for Django

https://behave-django.readthedocs.io/

License:MIT License


Languages

Language:Python 88.9%Language:Gherkin 10.3%Language:HTML 0.8%