Metadata-Version: 1.1
Name: behave-django
Version: 0.4.1
Summary: Behave BDD integration for Django
Home-page: https://github.com/behave/behave-django
Author: Mitchel Cabuloy
Author-email: mixxorz@gmail.com
License: MIT License
Description: behave-django |latest-version|
        ==============================
        
        |build-status| |health| |python-support| |downloads| |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 supports all newer Django versions and their supported Python
        versions.  Specifically, our tests cover Django 1.8 and above on Python 2.7,
        3.3 and above.
        
        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 `pythonhosted.org/behave-django`_
        -  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
        .. _pythonhosted.org/behave-django: https://pythonhosted.org/behave-django/
        .. _behave.readthedocs.io: https://behave.readthedocs.io/en/latest/django.html
        .. _contributing guide: https://pythonhosted.org/behave-django/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
        .. |downloads| image:: https://img.shields.io/pypi/dm/behave-django.svg
            :target: https://pypi.python.org/pypi/behave-django/
            :alt: Monthly downloads
        .. |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 :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Testing
