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
/
testhelpers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)
Elizabeth Uselton
2019-09-13
1
-0/+21
*
bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...
blhsing
2019-09-11
1
-0/+20
*
Mock 100% coverage (GH-13045)
Chris Withers
2019-05-01
1
-81/+114
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
1
-2/+2
*
bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...
Xtreak
2019-04-22
1
-1/+39
*
bpo-21269: Provide args and kwargs attributes on mock call objects GH11807
Kumar Akshay
2019-03-22
1
-0/+9
*
bpo-17185: Add __signature__ to mock that can be used by inspect for signatur...
Xtreak
2018-12-12
1
-0/+30
*
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
Chris Withers
2018-12-03
1
-0/+16
*
bpo-32153: Add unit test for create_autospec with partial function returned i...
Xtreak
2018-12-03
1
-0/+14
*
bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functi...
Aaron Gallagher
2017-07-20
1
-0/+15
*
bpo-28961: Address my comments from earlier code review (#305)
Berker Peksag
2017-02-26
1
-12/+3
*
Fix unittest.mock._Call: don't ignore name
Victor Stinner
2017-01-06
1
-0/+14
*
Issue #26750: unittest.mock.create_autospec() now works properly
Gregory P. Smith
2016-08-07
1
-21/+39
*
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka
2013-11-16
1
-9/+9
|
\
|
*
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka
2013-11-16
1
-9/+9
*
|
Issue #17015: When it has a spec, a Mock object now inspects its signature wh...
Antoine Pitrou
2013-02-02
1
-20/+39
|
/
*
Fix exception when calling reset_mock on a mock created with autospec
Michael Foord
2012-06-09
1
-0/+7
*
Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...
Michael Foord
2012-04-21
1
-1/+14
*
Make unittest.mock.create_autospec resilient against AttributeError on origin...
Michael Foord
2012-04-13
1
-0/+23
*
unittest.mock.PropertyMock return value and attributes are now standard Magic...
Michael Foord
2012-04-13
1
-0/+11
*
PEP 417: Adding unittest.mock
Michael Foord
2012-03-14
1
-0/+835