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 e7f23a9 commit ef998acCopy full SHA for ef998ac
docs/writing/tests.rst
@@ -251,8 +251,9 @@ the need to change any other code.
251
mock
252
----
253
254
-``mock`` is a library for testing in Python. As of Python 3.3, it is
255
-available in the `standard library <http://docs.python.org/dev/library/unittest.mock`_.
+:mod:`unittest.mock` is a library for testing in Python. As of Python 3.3, it is
+available in the
256
+`standard library <https://docs.python.org/dev/library/unittest.mock>`_.
257
258
For older versions of Python:
259
0 commit comments