summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testpatch.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32299: Return patched dict when using patch.dict as a context manager (GH...Mario Corchero2019-05-281-0/+7
* Mock 100% coverage (GH-13045)Chris Withers2019-05-011-104/+60
* remove jython support from unittest.mock (GH#13033)Chris Withers2019-05-011-1/+0
* bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...Xtreak2019-04-221-0/+20
* bpo-36366: Return None on stopping unstarted patch object (GH-12472)Xtreak2019-03-281-2/+10
* bpo-35512: Resolve string target to patch.dict decorator during function call...Xtreak2019-02-241-0/+17
* bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests ...Anirudha Bose2018-12-071-11/+16
* Fixes issue28380: unittest.mock Mock autospec functions now properly supportGregory P. Smith2016-10-061-0/+6
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-2/+2
* Issue #22138: Fix mock.patch behavior when patching descriptors. RestoreSenthil Kumaran2016-01-091-0/+26
* MergeMichael Foord2014-04-151-1/+18
|\
| * Closes issue 21239. unittest.mock.patch.stopall() did not work deterministica...Michael Foord2014-04-151-1/+18
* | Closes issue 17660. You no longer need to explicitly pass create=True when pa...Michael Foord2014-04-141-2/+22
|/
* Issue #19013: add unittest.main() epilogs to unittest.mock's own test modulesAntoine Pitrou2013-09-131-1/+0
* Adding patch.stopall method to unittest.mockMichael Foord2012-06-101-0/+18
* unittest.mock: a mock created by patch with a spec as the list argument will ...Michael Foord2012-03-251-0/+20
* Support subclassing unittest.mock._patch and fix various obscure bugs around ...Michael Foord2012-03-251-7/+102
* And another one... mock import fix.Michael Foord2012-03-141-2/+2
* Fix import failure in mock testMichael Foord2012-03-141-1/+1
* PEP 417: Adding unittest.mockMichael Foord2012-03-141-0/+1652