index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
unittest
/
test
/
testmock
/
testmagicmethods.py
Commit message (
Collapse
)
Author
Age
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
|
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
|
*
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Łukasz Langa
2015-04-13
|
|
|
|
Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.
*
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-15
|
\
|
|
|
|
|
|
Patch by Håkan Lövdahl.
|
*
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-15
|
|
|
|
|
|
|
|
Patch by Håkan Lövdahl.
*
|
Issue #23581: Add matmul support to MagicMock.
Berker Peksag
2015-03-12
|
/
|
|
|
Patch by Håkan Lövdahl.
*
Issue 20968. unittest.mock.MagicMock now supports division
Michael Foord
2014-04-14
|
*
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka
2013-11-17
|
*
Fix exception when calling reset_mock on a mock created with autospec
Michael Foord
2012-06-09
|
*
unittest.mock.MagicMock objects are now unorderable by default
Michael Foord
2012-03-25
|
*
PEP 417: Adding unittest.mock
Michael Foord
2012-03-14