commit | 5f6684efe0690c1272b206764301e751e37d9bcf | [log] [tgz] |
---|---|---|
author | Łukasz Langa <lukasz@langa.pl> | Tue Apr 14 00:12:57 2015 -0700 |
committer | Łukasz Langa <lukasz@langa.pl> | Tue Apr 14 00:12:57 2015 -0700 |
tree | ba6a1f57f1603b2f3af243de631c0abbd0de6a95 | |
parent | 4882cacab6bcaf90ac496fc8878987598e7665c1 [diff] |
Issue #23310: Fix MagicMock's initializer to work with __methods__. Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.