]> 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:48 +0000 (01:34 -0800)
committerChris Withers <chris@withers.org>
Tue, 4 Dec 2018 09:34:48 +0000 (09:34 +0000)
commit70ca3fce9fe2bdd7bf97d5fe1299cfa5e32b3ad4
treee865942b3d2ed10e2223b8805895e9aa6a8658ef
parentf455353bc0d195e092f09fec92ed16e9be02b7b1
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873)

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]