Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/writing/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ the need to change any other code.
mock
----

mock is a library for testing in Python.
mock is a library for testing in Python. Starting with Python 3.3, it is
available in the `standard library <http://docs.python.org/dev/library/unittest.mock`_. For older versions of
python, simply:

.. code-block:: console

Expand Down