File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,25 @@ of a test:
15
15
UnixFS.rm(' file' )
16
16
os.remove.assert_called_once_with(' file' )
17
17
18
- |version | |downloads | |ci | |coverage |
19
18
20
- .. |version | image :: http://img.shields.io/pypi/v/pytest-mock.png
19
+ |python | |version | |downloads | |ci | |coverage |
20
+
21
+ .. |version | image :: http://img.shields.io/pypi/v/pytest-mock.svg
21
22
:target: https://crate.io/packages/pytest-mock
22
23
23
- .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.png
24
+ .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.svg
24
25
:target: https://crate.io/packages/pytest-mock
25
26
26
- .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-mock.png
27
+ .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-mock.svg
27
28
:target: https://travis-ci.org/nicoddemus/pytest-mock
28
29
29
- .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-mock.png
30
+ .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-mock.svg
30
31
:target: https://coveralls.io/r/nicoddemus/pytest-mock
31
32
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
36
+
32
37
33
38
Usage
34
39
=====
You can’t perform that action at this time.
0 commit comments