diff options
Diffstat (limited to 'Doc/library/development.rst')
-rw-r--r-- | Doc/library/development.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/development.rst b/Doc/library/development.rst index c822e08..2368769 100644 --- a/Doc/library/development.rst +++ b/Doc/library/development.rst @@ -19,5 +19,8 @@ The list of modules described in this chapter is: pydoc.rst doctest.rst unittest.rst + unittest.mock.rst + unittest.mock-examples.rst 2to3.rst test.rst + venv.rst |