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 2454c81 commit f579b1dCopy full SHA for f579b1d
docs/writing/tests.rst
@@ -251,7 +251,8 @@ 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. For older versions of python, simply:
256
257
.. code-block:: console
258
0 commit comments