pytest-contexts

a pytests plugin to run tests written using the Contexts framework http://contexts.readthedocs.io/

UNLICENSE License

Stars
6

===============
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/