File tree Expand file tree Collapse file tree 2 files changed +10
-52
lines changed
Expand file tree Collapse file tree 2 files changed +10
-52
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ This plugin **does not work on Windows** because there's no ``fork`` support.
1414* ``--forked ``: run each test in a forked
1515 subprocess to survive ``SEGFAULTS `` or otherwise dying processes.
1616
17+ |python | |version | |ci |
18+
19+ .. |version | image :: http://img.shields.io/pypi/v/pytest-mock.svg
20+ :target: https://pypi.python.org/pypi/pytest-mock
21+
22+ .. |ci | image :: https://github.com/pytest-dev/pytest-mock/workflows/build/badge.svg
23+ :target: https://github.com/pytest-dev/pytest-mock/actions
24+
25+ .. |python | image :: https://img.shields.io/pypi/pyversions/pytest-mock.svg
26+ :target: https://pypi.python.org/pypi/pytest-mock/
1727
1828Installation
1929-----------------------
You can’t perform that action at this time.
0 commit comments