Łukasz Langa
|
a468db9b0b
|
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.
|
2015-04-13 23:12:42 -07:00 |
Berker Peksag
|
7aaa85932c
|
Issue #23568: Add rdivmod support to MagicMock() objects.
Patch by Håkan Lövdahl.
|
2015-03-15 01:57:38 +02:00 |
Berker Peksag
|
a785dece57
|
Issue #23568: Add rdivmod support to MagicMock() objects.
Patch by Håkan Lövdahl.
|
2015-03-15 01:51:56 +02:00 |
Berker Peksag
|
9bd8af788d
|
Issue #23581: Add matmul support to MagicMock.
Patch by Håkan Lövdahl.
|
2015-03-12 20:42:48 +02:00 |
Michael Foord
|
d2623d7786
|
Issue 20968. unittest.mock.MagicMock now supports division
|
2014-04-14 11:23:48 -04:00 |
Serhiy Storchaka
|
5665bc5980
|
Issue #19594: Use specific asserts in unittest tests.
|
2013-11-17 00:12:21 +02:00 |
Michael Foord
|
75963643b1
|
Fix exception when calling reset_mock on a mock created with autospec
|
2012-06-09 17:31:59 +01:00 |
Michael Foord
|
313f85f0ca
|
unittest.mock.MagicMock objects are now unorderable by default
|
2012-03-25 18:16:07 +01:00 |
Michael Foord
|
345266aa7e
|
PEP 417: Adding unittest.mock
|
2012-03-14 12:24:34 -07:00 |