1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
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
--------------
- Documentation: https://pytest-xprocess.readthedocs.io/
- Changelog: https://pytest-xprocess.readthedocs.io/en/latest/changes.html
- PyPI Releases: https://pypi.org/project/pytest-xprocess/
- Source Code: https://github.com/pytest-dev/pytest-xprocess
- Issue Tracker: https://github.com/pytest-dev/pytest-xprocess/issues/
- Pytest IRC channel: ircs://irc.libera.chat:6697/#pytest
- Pytest Discord Channel: https://discord.gg/k7F2ZFvJV3
|