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