]> granicus.if.org Git - python/commit
Issue #23310: Fix MagicMock's initializer to work with __methods__.
authorŁukasz Langa <lukasz@langa.pl>
Tue, 14 Apr 2015 07:12:57 +0000 (00:12 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 14 Apr 2015 07:12:57 +0000 (00:12 -0700)
commit5f6684efe0690c1272b206764301e751e37d9bcf
treeba6a1f57f1603b2f3af243de631c0abbd0de6a95
parent4882cacab6bcaf90ac496fc8878987598e7665c1
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Behavior equivalent to m.configure_mock().  Patch by Kasia Jachim.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmagicmethods.py
Misc/ACKS
Misc/NEWS