]> granicus.if.org Git - python/commit
Adding unittest.mock documentation
authorMichael Foord <michael@voidspace.org.uk>
Sun, 25 Mar 2012 22:12:55 +0000 (23:12 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Sun, 25 Mar 2012 22:12:55 +0000 (23:12 +0100)
commit944e02d055d10325968b778c0188df1e150b2bc7
tree2d10e427aa55a6fa4125194544982056332c4752
parente58a562d9395b8a4ed9419b735cad9f78c8ae802
Adding unittest.mock documentation
Doc/library/development.rst
Doc/library/unittest.mock-examples.rst [new file with mode: 0644]
Doc/library/unittest.mock-getting-started.rst [new file with mode: 0644]
Doc/library/unittest.mock-helpers.rst [new file with mode: 0644]
Doc/library/unittest.mock-magicmethods.rst [new file with mode: 0644]
Doc/library/unittest.mock-patch.rst [new file with mode: 0644]
Doc/library/unittest.mock.rst [new file with mode: 0644]
Lib/unittest/mock.py