]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy...
authorAndrew Dunai <andunai@gmail.com>
Tue, 4 Dec 2018 09:08:45 +0000 (11:08 +0200)
committerChris Withers <chris@withers.org>
Tue, 4 Dec 2018 09:08:45 +0000 (09:08 +0000)
commite63e617ebbe481c498bdf037a62e09f4f9f3963f
tree1389d5b9eb62ec43ab01823a9470ecf16d122aa4
parenteeb719eac6347f5b6e85389aa13a386024766806
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873)

Fix minor typo in test function name.
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]