Skip to content
Snippets Groups Projects
Commit db9abf92 authored by Michael Foord's avatar Michael Foord
Browse files

README update

parent fd379283
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ action, you can make assertions about which methods / attributes were used and
arguments they were called with. You can also specify return values and set
needed attributes in the normal way.
mock is tested on Python versions 2.4-2.7 and Python 3.
mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested
with the latest versions of Jython and pypy.
The mock module also provides utility functions / objects to assist with
testing, particularly monkey patching.
......
......@@ -45,7 +45,8 @@ Mock is very easy to use and is designed for use with
the 'action -> assertion' pattern instead of `'record -> replay'` used by many
mocking frameworks.
mock is tested on Python versions 2.4-2.7 and Python 3.
mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested with
the latest versions of Jython and pypy.
.. testsetup::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment