summaryrefslogtreecommitdiffstats
path: root/Doc/library/development.rst
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-03-25 22:12:55 (GMT)
committerMichael Foord <michael@voidspace.org.uk>2012-03-25 22:12:55 (GMT)
commit944e02d055d10325968b778c0188df1e150b2bc7 (patch)
tree2d10e427aa55a6fa4125194544982056332c4752 /Doc/library/development.rst
parente58a562d9395b8a4ed9419b735cad9f78c8ae802 (diff)
downloadcpython-944e02d055d10325968b778c0188df1e150b2bc7.zip
cpython-944e02d055d10325968b778c0188df1e150b2bc7.tar.gz
cpython-944e02d055d10325968b778c0188df1e150b2bc7.tar.bz2
Adding unittest.mock documentation
Diffstat (limited to 'Doc/library/development.rst')
-rw-r--r--Doc/library/development.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/development.rst b/Doc/library/development.rst
index c822e08..79c5dd9 100644
--- a/Doc/library/development.rst
+++ b/Doc/library/development.rst
@@ -19,5 +19,11 @@ The list of modules described in this chapter is:
pydoc.rst
doctest.rst
unittest.rst
+ unittest.mock.rst
+ unittest.mock-patch.rst
+ unittest.mock-magicmethods.rst
+ unittest.mock-helpers.rst
+ unittest.mock-getting-started.rst
+ unittest.mock-examples.rst
2to3.rst
test.rst