Metadata-Version: 2.1
Name: pytest-xprocess
Version: 1.0.2
Summary: A pytest plugin for managing processes across test runs.
Home-page: https://github.com/pytest-dev/pytest-xprocess/
Author: Holger Krekel
Author-email: holger@merlinux.eu
License: MIT
Description: 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
        
Platform: UNKNOWN
Classifier: Framework :: Pytest
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
