]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Oct 2018 22:17:31 +0000 (15:17 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Oct 2018 22:17:31 +0000 (15:17 -0700)
commit984a800e082e649186e177ec4fedc7d7e3dcc22d
tree5faddbe19136ad8a5e7326c7fac44d236c4b8ff6
parentb9182aa7dad8991fc8768ae494b45b5f7c316aca
unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)

The docs in `library/unittest.mock` have been updated to remove
confusing terms about submock and be explicit about the behavior
expected.
(cherry picked from commit 96200eb2ffcda05de14099cf23f60d5091366e3e)

Co-authored-by: Mario Corchero <mariocj89@gmail.com>
Doc/library/unittest.mock.rst
Lib/unittest/mock.py