We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f579b1d commit eec3632Copy full SHA for eec3632
1 file changed
docs/writing/tests.rst
@@ -252,7 +252,8 @@ mock
252
----
253
254
mock is a library for testing in Python. Starting with Python 3.3, it is
255
-available in the standard library. For older versions of python, simply:
+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