summaryrefslogtreecommitdiff
path: root/mock/tests/testmagicmethods.py
AgeCommit message (Expand)Author
2020-03-13Revert "Upgrade python/mock to 4.0.2"android-r-preview-4android-r-preview-3android-r-preview-2Herbert Xue
2020-01-29this one no longer fails on pypyChris Withers
2020-01-29bpo-38108: Makes mock objects inherit from Base (GH-16060)Lisa Roach
2020-01-29bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)Lisa Roach
2020-01-13fix importsChris Withers
2020-01-13new cut from cpython as at 4a686504eb2bbf69adf78077458508a7ba131667Chris Withers
2019-05-01Mock 100% coverage (GH-13045)Chris Withers
2019-04-30fspath added in 3.6Chris Withers
2019-04-30bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)Max Bélanger
2019-04-30In Python 2 round() and friends use __float__ first.Chris Withers
2019-04-30bpo-33516: Add support for __round__ in MagicMock (GH-6880)John Reese
2019-04-30bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike
2019-04-30Spelling fixes (#2902)Ville Skyttä
2018-11-29Merge pull request #435 from jdufresne/unittest2Chris Withers
2018-09-16Drop dependency of unittest2; use stdlib unittest insteadJon Dufresne
2018-09-16Clean up unused importsJon Dufresne
2015-07-31Improve grouping of imports in tests.Robert Collins
2015-07-29Use six to detect python2/3 in test modules.Michael Fladischer
2015-07-10Convert to a package, use pbr, update metadata.Robert Collins