@@ -16,23 +16,25 @@ of a test:
16
16
os.remove.assert_called_once_with(' file' )
17
17
18
18
19
+ .. Using PNG badges because PyPI doesn't support SVG
20
+
19
21
|python | |version | |downloads | |ci | |coverage |
20
22
21
- .. |version | image :: http://img.shields.io/pypi/v/pytest-mock.svg
22
- :target: https://crate.io/packages /pytest-mock
23
+ .. |version | image :: http://img.shields.io/pypi/v/pytest-mock.png
24
+ :target: https://pypi.python.org/pypi /pytest-mock
23
25
24
- .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.svg
25
- :target: https://crate.io/packages /pytest-mock
26
+ .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.png
27
+ :target: https://pypi.python.org/pypi /pytest-mock
26
28
27
- .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-mock.svg
29
+ .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-mock.png
28
30
:target: https://travis-ci.org/nicoddemus/pytest-mock
29
31
30
- .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-mock.svg
32
+ .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-mock.png
31
33
:target: https://coveralls.io/r/nicoddemus/pytest-mock
32
34
33
- .. |python | image :: https://pypip.in/py_versions/pytest-mock/badge.svg
34
- :target: https://pypi.python.org/pypi/pytest-mock/
35
- :alt: Supported Python versions
35
+ .. |python | image :: https://pypip.in/py_versions/pytest-mock/badge.png
36
+ :target: https://pypi.python.org/pypi/pytest-mock/
37
+ :alt: Supported Python versions
36
38
37
39
38
40
Usage
0 commit comments