pytest-xprocess


Namepytest-xprocess JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/pytest-dev/pytest-xprocess/
SummaryA pytest plugin for managing processes across test runs.
upload_time2024-05-19 16:12:21
maintainerNone
docs_urlNone
authorHolger Krekel
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pytest-dev/pytest-xprocess/",
    "name": "pytest-xprocess",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Holger Krekel",
    "author_email": "holger@merlinux.eu",
    "download_url": "https://files.pythonhosted.org/packages/27/6f/e53d349445b4280f6b47bbed87127e994f331c335377d5e72407b376ad46/pytest-xprocess-1.0.2.tar.gz",
    "platform": null,
    "description": "pytest-xprocess\n===============\n\nA pytest plugin for managing external processes across test runs.\n\nInstalling\n----------\n\nInstall using `pip`_:\n\n.. code-block:: text\n\n    pip install pytest-xprocess\n\n.. _pip: https://pip.pypa.io/en/stable/quickstart/\n\n\nUseful Links\n--------------\n\n-   Documentation: https://pytest-xprocess.readthedocs.io/\n-   Changelog: https://pytest-xprocess.readthedocs.io/en/latest/changes.html\n-   PyPI Releases: https://pypi.org/project/pytest-xprocess/\n-   Source Code: https://github.com/pytest-dev/pytest-xprocess\n-   Issue Tracker: https://github.com/pytest-dev/pytest-xprocess/issues/\n-   Pytest IRC channel: ircs://irc.libera.chat:6697/#pytest\n-   Pytest Discord Channel: https://discord.gg/k7F2ZFvJV3\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A pytest plugin for managing processes across test runs.",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/pytest-dev/pytest-xprocess/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63cf91b94238c843bfbae0a6674df45015aa3908b91454c496b2eb29e7991255",
                "md5": "232f6e45b6d529f910b9d61d5d7c51c9",
                "sha256": "0b0444d1f789fd9b4ba8b6b38b1d0139f226ab14091db2698a0521c1770523dd"
            },
            "downloads": -1,
            "filename": "pytest_xprocess-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "232f6e45b6d529f910b9d61d5d7c51c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9628,
            "upload_time": "2024-05-19T16:12:19",
            "upload_time_iso_8601": "2024-05-19T16:12:19.773611Z",
            "url": "https://files.pythonhosted.org/packages/63/cf/91b94238c843bfbae0a6674df45015aa3908b91454c496b2eb29e7991255/pytest_xprocess-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "276fe53d349445b4280f6b47bbed87127e994f331c335377d5e72407b376ad46",
                "md5": "697f056ebf13d37cdbb2244f504702c4",
                "sha256": "15e270637586eabc56755ee5fcc81c48bdb46ba7ef7c0d5b1b64302d080cc60f"
            },
            "downloads": -1,
            "filename": "pytest-xprocess-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "697f056ebf13d37cdbb2244f504702c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13232,
            "upload_time": "2024-05-19T16:12:21",
            "upload_time_iso_8601": "2024-05-19T16:12:21.819902Z",
            "url": "https://files.pythonhosted.org/packages/27/6f/e53d349445b4280f6b47bbed87127e994f331c335377d5e72407b376ad46/pytest-xprocess-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 16:12:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pytest-dev",
    "github_project": "pytest-xprocess",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pytest-xprocess"
}
        
Elapsed time: 0.23487s