pytest-dev / pytest-xprocess

pytest external process plugin
MIT License
98 stars 20 forks source link

pytest-xprocess

A pytest plugin for managing external processes across test runs.

Installing

Install using pip_:

.. code-block:: text

pip install pytest-xprocess

.. _pip: https://pip.pypa.io/en/stable/quickstart/

Useful Links