summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testmagicmethods.py
Commit message (Expand)AuthorAgeFilesLines
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-509/+0
* Clarify and fix assertions that mocks have not been awaited (GH-18196)Chris Withers2020-01-271-2/+0
* Use relative imports in mock and its tests to help backporting (GH-18197)Chris Withers2020-01-271-5/+5
* bpo-38108: Makes mock objects inherit from Base (GH-16060)Lisa Roach2019-09-291-3/+0
* bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)Lisa Roach2019-09-201-1/+34
* Mock 100% coverage (GH-13045)Chris Withers2019-05-011-4/+2
* bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)Max Bélanger2018-10-251-0/+10
* bpo-33516: Add support for __round__ in MagicMock (GH-6880)John Reese2018-05-221-0/+5
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* 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-141-0/+15
* Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-141-0/+15
|\
| * Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-141-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-161-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