Add note about mock in Python 3.3

Closes #170
This commit is contained in:
Ian Cordasco
2014-03-15 16:22:18 -05:00
parent 2454c818ae
commit f579b1d922
+2 -1
View File
@@ -251,7 +251,8 @@ 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. For older versions of python, simply:
.. code-block:: console