Installation

pytest-monitor is a plugin for pytest.

Supported environments

pytest-monitor currently works on Linux and macOS. Support for Windows is experimental and not tested.

You will need pytest 4.4+ to run pytest-monitor.

We support all versions of Python >= 3.6.

From conda

Simply run the following command to get it installed in your current environment

conda install pytest-monitor -c https://conda.anaconda.org/conda-forge

From pip

Simply run the following command to get it installed

pip install pytest-monitor