pytest-interactive icon indicating copy to clipboard operation
pytest-interactive copied to clipboard

Interactively select tests to run using IPython

pytest-interactive

|pypi| |versions| |docs|

A pytest plugin for interactively selecting tests to run using IPython. Read the docs_ to find out more!

Installation

::

pip install pytest-interactive

Usage

Run pytest with --interactive or the shorthand --ia

.. |versions| image:: https://img.shields.io/pypi/pyversions/pytest-interactive.svg :target: https://pypi.python.org/pypi/pytest-interactive

.. |pypi| image:: https://img.shields.io/pypi/v/pytest-interactive.svg :target: https://pypi.python.org/pypi/pytest-interactive

.. |docs| image:: https://readthedocs.org/projects/pytest-interactive/badge/?version=latest :target: http://pytest-interactive.readthedocs.io/en/latest/?badge=latest

.. _docs: http://pytest-interactive.readthedocs.io/en/latest/?badge=latest