@@ -3,44 +3,6 @@ pytest-xprocess
33
44A pytest plugin for managing external processes across test runs.
55
6- .. image :: https://img.shields.io/github/last-commit/pytest-dev/pytest-xprocess?color=blue
7- :target: https://github.com/pytest-dev/pytest-xprocess/commits/master
8- :alt: GitHub last commit
9- .. image :: https://img.shields.io/github/issues-pr-closed-raw/pytest-dev/pytest-xprocess?color=blue
10- :target: https://github.com/pytest-dev/pytest-xprocess/pulls?q=is%3Apr+is%3Aclosed
11- :alt: GitHub closed pull requests
12- .. image :: https://img.shields.io/github/issues-closed/pytest-dev/pytest-xprocess?color=blue
13- :target: https://github.com/pytest-dev/pytest-xprocess/issues?q=is%3Aissue+is%3Aclosed
14- :alt: GitHub closed issues
15- .. image :: https://img.shields.io/pypi/dm/pytest-xprocess?color=blue
16- :target: https://pypi.org/project/pytest-xprocess/
17- :alt: PyPI - Downloads
18- .. image :: https://img.shields.io/github/languages/code-size/pytest-dev/pytest-xprocess?color=blue
19- :target: https://github.com/pytest-dev/pytest-xprocess
20- :alt: Code size
21- .. image :: https://img.shields.io/pypi/v/pytest-xprocess.svg?color=blue
22- :target: https://github.com/pytest-dev/pytest-xprocess/releases
23- :alt: Release
24- .. image :: https://img.shields.io/badge/license-MIT-blue.svg?color=blue
25- :target: https://github.com/pytest-dev/pytest-xprocess/blob/master/LICENSE
26- :alt: License
27- .. image :: https://img.shields.io/pypi/pyversions/pytest-xprocess.svg?color=blue
28- :target: https://pypi.org/project/pytest-xprocess
29- :alt: supported python versions
30- .. image :: https://img.shields.io/github/issues-raw/pytest-dev/pytest-xprocess.svg?color=blue
31- :target: https://github.com/pytest-dev/pytest-xprocess/issues
32- :alt: Issues
33- .. image :: https://github.com/pytest-dev/pytest-xprocess/workflows/build/badge.svg
34- :target: https://github.com/pytest-dev/pytest-xprocess/actions
35- :alt: build status
36- .. image :: https://img.shields.io/badge/code%20style-black-000000.svg
37- :target: https://github.com/ambv/black
38- :alt: style
39- .. image :: https://readthedocs.org/projects/pytest-xprocess/badge/?version=latest
40- :target: https://pytest-xprocess.readthedocs.io/en/latest/?badge=latest
41- :alt: Documentation Status
42-
43-
446Installing
457----------
468
0 commit comments