Metadata-Version: 2.1
Name: pytest-contexts
Version: 0.1.4
Summary: A plugin to run tests written with the Contexts framework using pytest
Home-page: https://github.com/madedotcom/pytest-contexts
Author: Harry Percival
Author-email: obeythetestinggoat@gmail.com
Maintainer: Harry Percival
Maintainer-email: obeythetestinggoat@gmail.com
License: GNU GPL v3.0
Description: ===============
        pytest-contexts
        ===============
        
        .. image:: https://img.shields.io/pypi/v/pytest-contexts.svg
            :target: https://pypi.org/project/pytest-contexts
            :alt: PyPI version
        
        .. image:: https://img.shields.io/pypi/pyversions/pytest-contexts.svg
            :target: https://pypi.org/project/pytest-contexts
            :alt: Python versions
        
        .. image:: https://travis-ci.org/madedotcom/pytest-contexts.svg?branch=master
            :target: https://travis-ci.org/madedotcom/pytest-contexts
            :alt: See Build Status on Travis CI
        
        A plugin to run tests written with the `Contexts`_ framework using `pytest`_
        
        Usage
        -----
        
            pip install pytest-contexts
        
        Once you've installed it, ``pytest`` will find and run tests written using the contexts *Given/When/should* conventions.
        
        Issues and PRs welcome.
        
        
        License
        -------
        
        Distributed under the terms of the `Unlicense`_ license, "pytest-contexts" is free and open source software
        
        This `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `cookiecutter-pytest-plugin`_ template.
        
        
        .. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
        .. _`@hackebrot`: https://github.com/hackebrot
        .. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin
        .. _`pytest`: https://github.com/pytest-dev/pytest
        .. _`Unlicense`: http://unlicense.org
        .. _`Contexts`: http://contexts.readthedocs.io/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
