Skip to content

Commit 006ebfe

Browse files
committed
Merge remote-tracking branch 'origin/badge'
2 parents d860df0 + 08d9532 commit 006ebfe

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@ of a test:
1515
UnixFS.rm('file')
1616
os.remove.assert_called_once_with('file')
1717
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+
1929
Usage
2030
=====
2131

@@ -86,4 +96,4 @@ test functions must receive the mock objects:
8696
8797
Even when you prefer to access the mocks using the original references. Besides
8898
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.

0 commit comments

Comments
 (0)