summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testpatch.py
Commit message (Expand)AuthorAgeFilesLines
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-1953/+0
* bpo-41403: Improve error message for invalid mock target (GH-30833)Irit Katriel2022-01-231-2/+7
* bpo-46111: Fix unittest tests in optimized mode (GH-30163)Serhiy Storchaka2021-12-171-1/+2
* bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351)Serhiy Storchaka2020-04-111-1/+1
* Get mock coverage back to 100% (GH-18228)Chris Withers2020-01-291-0/+8
* Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)Mario Corchero2020-01-241-0/+50
* bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437)Emmanuel Arias2020-01-241-0/+20
* bpo-38669: patch.object now raises a helpful error (GH17034)Elena Oat2019-12-081-0/+4
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-3/+3
* 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