summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/testmock/testmagicmethods.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #23310: Fix MagicMock's initializer to work with __methods__.?ukasz Langa2015-04-131-0/+15
* Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-151-0/+15
|\
| * Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-151-0/+15
* | Issue #23581: Add matmul support to MagicMock.Berker Peksag2015-03-121-0/+11
|/
* Issue 20968. unittest.mock.MagicMock now supports divisionMichael Foord2014-04-141-0/+25
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-4/+4
* Fix exception when calling reset_mock on a mock created with autospecMichael Foord2012-06-091-0/+8
* unittest.mock.MagicMock objects are now unorderable by defaultMichael Foord2012-03-251-0/+13
* PEP 417: Adding unittest.mockMichael Foord2012-03-141-0/+382