pytest-contexts

A plugin to run tests written with the Contexts framework using pytest


License
GPL-3.0
Install
pip install pytest-contexts==0.1.4

Documentation

pytest-contexts

PyPI version Python versions 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.