Metadata-Version: 1.1
Name: behave-django
Version: 1.0.0
Summary: Behave BDD integration for Django
Home-page: https://github.com/behave/behave-django
Author: Mitchel Cabuloy, Peter Bittner
Author-email: mixxorz@gmail.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: behave-django |latest-version|
        ==============================
        
        |build-status| |health| |python-support| |license| |gitter|
        
        Behave BDD integration for Django
        
        .. features-marker
        
        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
        
        .. support-marker
        
        Version Support
        ---------------
        
        behave-django is tested against the officially supported combinations of
        Python and Django (Django 1.8, 1.9, 1.10, 1.11 on Python 2.7, 3.3, 3.4, 3.5,
        3.6, excluding the aged Python 3.2).
        
        The version of `behave`_ is independent from our integration.
        
        **Older versions:** Django versions 1.4 through 1.9 on Python 2.6 through 3.5
        are supported until `version 0.3.0`_ of ``behave-django``.  Please install
        that release for Django 1.7.x and below.  There is no technical disadvantage.
        
        .. docs-marker
        
        Documentation
        -------------
        
        -  Documentation is available from `behave-django.readthedocs.io`_
        -  Read more about ``behave`` at `behave.readthedocs.io`_
        
        .. contribute-marker
        
        How to Contribute
        -----------------
        
        Please, read the `contributing guide`_ in the docs.
        
        .. references-marker
        
        
        .. _version 0.3.0: https://pypi.python.org/pypi/behave-django/0.3.0
        .. _behave: https://pypi.python.org/pypi/behave
        .. _behave-django.readthedocs.io: https://behave-django.readthedocs.io/en/latest/
        .. _behave.readthedocs.io: https://behave.readthedocs.io/en/latest/django.html
        .. _contributing guide: https://behave-django.readthedocs.io/en/latest/contribute.html
        .. |latest-version| image:: https://img.shields.io/pypi/v/behave-django.svg
            :target: https://pypi.python.org/pypi/behave-django/
            :alt: Latest version
        .. |build-status| image:: https://img.shields.io/travis/behave/behave-django/master.svg
            :target: https://travis-ci.org/behave/behave-django
            :alt: Build status
        .. |health| image:: https://landscape.io/github/behave/behave-django/master/landscape.svg?style=flat
            :target: https://landscape.io/github/behave/behave-django/master
            :alt: Code health
        .. |python-support| image:: https://img.shields.io/pypi/pyversions/behave-django.svg
           :target: https://pypi.python.org/pypi/behave-django
           :alt: Python versions
        .. |license| image:: https://img.shields.io/pypi/l/behave-django.svg
            :target: https://github.com/behave/behave-django/blob/master/LICENSE
            :alt: Software license
        .. |gitter| image:: https://badges.gitter.im/behave/behave-django.svg
           :alt: Gitter chat room
           :target: https://gitter.im/behave/behave-django
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Testing
