We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f76dc3 commit b091d0eCopy full SHA for b091d0e
README.rst
@@ -26,6 +26,22 @@ of a test:
26
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.png
27
:target: https://travis-ci.org/nicoddemus/pytest-mock
28
29
+Requirements
30
+============
31
+
32
+* Python 2.5+, including Python 3
33
+* pytest
34
+* mock (for Python < 3.3)
35
36
+Install
37
+=======
38
39
+Install using `pip <http://pip-installer.org/>`_:
40
41
+.. code-block:: console
42
43
+ $ pip install pytest-mock
44
45
Usage
46
=====
47
0 commit comments