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:
1515 UnixFS.rm(' file' )
1616 os.remove.assert_called_once_with(' file' )
1717
18- |version | |downloads | |ci | |coverage |
1918
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
2122 :target: https://crate.io/packages/pytest-mock
2223
23- .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.png
24+ .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.svg
2425 :target: https://crate.io/packages/pytest-mock
2526
26- .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-mock.png
27+ .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-mock.svg
2728 :target: https://travis-ci.org/nicoddemus/pytest-mock
2829
29- .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-mock.png
30+ .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-mock.svg
3031 :target: https://coveralls.io/r/nicoddemus/pytest-mock
3132
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+
3237
3338Usage
3439=====
You can’t perform that action at this time.
0 commit comments