File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,17 @@ of a test:
15
15
UnixFS.rm(' file' )
16
16
os.remove.assert_called_once_with(' file' )
17
17
18
-
18
+ |version | |downloads | |ci |
19
+
20
+ .. |version | image :: http://img.shields.io/pypi/v/pytest-mock.png
21
+ :target: https://crate.io/packages/pytest-mock
22
+
23
+ .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.png
24
+ :target: https://crate.io/packages/pytest-mock
25
+
26
+ .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-mock.png
27
+ :target: https://travis-ci.org/nicoddemus/pytest-mock
28
+
19
29
Usage
20
30
=====
21
31
@@ -86,4 +96,4 @@ test functions must receive the mock objects:
86
96
87
97
Even when you prefer to access the mocks using the original references. Besides
88
98
don't mixing nicely with other fixtures (although it works), you can't
89
- easily undo the mocking if you follow this approach.
99
+ easily undo the mocking if you follow this approach.
You can’t perform that action at this time.
0 commit comments