Skip to content

Commit eec3632

Browse files
committed
Add link to stdlib mock
1 parent f579b1d commit eec3632

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/writing/tests.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ mock
252252
----
253253

254254
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:
255+
available in the `standard library <http://docs.python.org/dev/library/unittest.mock`_. For older versions of
256+
python, simply:
256257

257258
.. code-block:: console
258259

0 commit comments

Comments
 (0)