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.
2 parents 2454c81 + eec3632 commit 8dc2f39Copy full SHA for 8dc2f39
docs/writing/tests.rst
@@ -251,7 +251,9 @@ the need to change any other code.
251
mock
252
----
253
254
-mock is a library for testing in Python.
+mock is a library for testing in Python. Starting with Python 3.3, it is
255
+available in the `standard library <http://docs.python.org/dev/library/unittest.mock`_. For older versions of
256
+python, simply:
257
258
.. code-block:: console
259
0 commit comments