Metadata-Version: 1.1
Name: djbehave
Version: 0.0.1.0
Summary: Integration of Behave into Django's command line interface.
Home-page: https://github.com/popham/djbehave
Author: Tim Popham
Author-email: popham@uw.edu
License: MIT
Download-URL: https://github.com/popham/djbehave/archive/0.0.1.0.tar.gz
Description: 
        Djbehave exposes `Behave <http://pythonhosted.org/behave/>`_ for use under `Django <https://www.djangoproject.com/>`_.
        It provides a `manage.py behave` analogue to Django's `manage.py test` command, maintaining the feel of Django's unittest interface.
        
Keywords: behave djbehave subbehave django gherkin
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
