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
/
testmagicmethods.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)
Max Bélanger
2018-10-25
1
-0/+10
*
bpo-33516: Add support for __round__ in MagicMock (GH-6880)
John Reese
2018-05-22
1
-0/+5
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Łukasz Langa
2015-04-14
1
-0/+15
*
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-14
1
-0/+15
|
\
|
*
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-14
1
-0/+15
*
|
Issue #23581: Add matmul support to MagicMock.
Berker Peksag
2015-03-12
1
-0/+11
|
/
*
Issue 20968. unittest.mock.MagicMock now supports division
Michael Foord
2014-04-14
1
-0/+25
*
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka
2013-11-16
1
-4/+4
*
Fix exception when calling reset_mock on a mock created with autospec
Michael Foord
2012-06-09
1
-0/+8
*
unittest.mock.MagicMock objects are now unorderable by default
Michael Foord
2012-03-25
1
-0/+13
*
PEP 417: Adding unittest.mock
Michael Foord
2012-03-14
1
-0/+382