index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
unittest
/
test
/
testmock
/
testpatch.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32299: Return patched dict when using patch.dict as a context manager (GH...
Mario Corchero
2019-05-28
1
-0/+7
*
Mock 100% coverage (GH-13045)
Chris Withers
2019-05-01
1
-104/+60
*
remove jython support from unittest.mock (GH#13033)
Chris Withers
2019-05-01
1
-1/+0
*
bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...
Xtreak
2019-04-22
1
-0/+20
*
bpo-36366: Return None on stopping unstarted patch object (GH-12472)
Xtreak
2019-03-28
1
-2/+10
*
bpo-35512: Resolve string target to patch.dict decorator during function call...
Xtreak
2019-02-24
1
-0/+17
*
bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests ...
Anirudha Bose
2018-12-07
1
-11/+16
*
Fixes issue28380: unittest.mock Mock autospec functions now properly support
Gregory P. Smith
2016-10-06
1
-0/+6
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-2/+2
*
Issue #22138: Fix mock.patch behavior when patching descriptors. Restore
Senthil Kumaran
2016-01-09
1
-0/+26
*
Merge
Michael Foord
2014-04-15
1
-1/+18
|
\
|
*
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministica...
Michael Foord
2014-04-15
1
-1/+18
*
|
Closes issue 17660. You no longer need to explicitly pass create=True when pa...
Michael Foord
2014-04-14
1
-2/+22
|
/
*
Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules
Antoine Pitrou
2013-09-13
1
-1/+0
*
Adding patch.stopall method to unittest.mock
Michael Foord
2012-06-10
1
-0/+18
*
unittest.mock: a mock created by patch with a spec as the list argument will ...
Michael Foord
2012-03-25
1
-0/+20
*
Support subclassing unittest.mock._patch and fix various obscure bugs around ...
Michael Foord
2012-03-25
1
-7/+102
*
And another one... mock import fix.
Michael Foord
2012-03-14
1
-2/+2
*
Fix import failure in mock test
Michael Foord
2012-03-14
1
-1/+1
*
PEP 417: Adding unittest.mock
Michael Foord
2012-03-14
1
-0/+1652