]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Dec 2018 09:34:34 +0000 (01:34 -0800)
committerChris Withers <chris@withers.org>
Tue, 4 Dec 2018 09:34:34 +0000 (09:34 +0000)
commit12735c14134082584b899308af8dd8fcc9f15696
tree504dc4c376323c4f08ae503af01f15c66a9044a7
parent6627d3ae1e151095fda4ec2592c7cfb759f23669
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873) (#10887)

Fix minor typo in test function name.
(cherry picked from commit e63e617ebbe481c498bdf037a62e09f4f9f3963f)

Co-authored-by: Andrew Dunai <andunai@gmail.com>
Lib/unittest/mock.py
Lib/unittest/test/testmock/testcallable.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Core and Builtins/2018-12-03-21-20-24.bpo-35357.rhhoiC.rst [new file with mode: 0644]