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
/
testmock.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43478: Restrict use of Mock objects as specs (GH-25326)
Matthew Suozzo
2021-04-10
1
-2/+24
*
bpo-41877: Check for misspelled speccing arguments (GH-23737)
vabr-g
2020-12-14
1
-0/+52
*
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
vabr-g
2020-12-10
1
-1/+1
*
bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call it...
idanw206
2020-12-06
1
-0/+10
*
bpo-41877 Check for asert, aseert, assrt in mocks (GH-23165)
vabr-g
2020-11-05
1
-1/+10
*
bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic me...
Karthikeyan Singaravelan
2020-04-28
1
-6/+10
*
Get mock coverage back to 100% (GH-18228)
Chris Withers
2020-01-29
1
-0/+5
*
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock ...
Karthikeyan Singaravelan
2020-01-27
1
-0/+47
*
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
Vegard Stikbakke
2020-01-25
1
-1/+13
*
bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...
Karthikeyan Singaravelan
2020-01-24
1
-0/+29
*
bpo-36871: Avoid duplicated 'Actual:' in assertion message (GH-16361)
Samuel Freilich
2019-09-24
1
-7/+14
*
bpo-36871: Handle spec errors in assert_has_calls (GH-16005)
Samuel Freilich
2019-09-24
1
-0/+19
*
bpo-38136: Updates await_count and call_count to be different things (GH-16192)
Lisa Roach
2019-09-24
1
-1/+2
*
bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166)
Abraham Toriz Cruz
2019-09-17
1
-0/+8
*
bpo-37212: Preserve keyword argument order in unittest.mock.call and error me...
Xtreak
2019-09-09
1
-3/+3
*
bpo-36871: Ensure method signature is used when asserting mock calls to a met...
Xtreak
2019-08-29
1
-0/+48
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-0/+8
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-21478: Record calls to parent when autospecced objects are used as child ...
Xtreak
2019-07-22
1
-0/+37
*
bpo-37008: make mock_open handle able to honor next() (GH-13492)
Damien Nadé
2019-05-23
1
-0/+13
*
bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296)
Lisa Roach
2019-05-20
1
-2/+3
*
bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991)
Zackery Spytz
2019-05-08
1
-2/+3
*
Mock 100% coverage (GH-13045)
Chris Withers
2019-05-01
1
-53/+73
*
remove jython support from unittest.mock (GH#13033)
Chris Withers
2019-05-01
1
-15/+0
*
Don't report deleted attributes in __dir__ (GH#10148)
Mario Corchero
2019-04-30
1
-0/+9
*
bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...
Xtreak
2019-04-22
1
-0/+17
*
bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...
Xtreak
2019-04-13
1
-0/+38
*
bpo-21269: Provide args and kwargs attributes on mock call objects GH11807
Kumar Akshay
2019-03-22
1
-3/+8
*
Autospec functions should propagate mock calls to parent GH-11273
Xtreak
2019-02-25
1
-0/+13
*
bpo-35500: align expected and actual calls on mock.assert_called_with error m...
Susan Su
2019-02-14
1
-7/+8
*
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)
Pablo Galindo
2019-01-21
1
-0/+27
*
bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973)
Mario Corchero
2018-12-08
1
-0/+122
*
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...
Andrew Dunai
2018-12-04
1
-1/+15
*
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
Chris Withers
2018-12-03
1
-0/+51
*
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
Xtreak
2018-12-01
1
-0/+10
*
bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures...
Petter Strandmark
2018-10-28
1
-0/+30
*
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
Tony Flury
2018-09-12
1
-0/+10
*
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Serhiy Storchaka
2017-01-21
1
-3/+14
|
\
|
*
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Serhiy Storchaka
2017-01-21
1
-3/+14
*
|
Issue #21271: Adds new keyword only parameters in reset_mock call
Kushal Das
2016-06-02
1
-0/+18
*
|
Issue #26807: mock_open 'files' no longer error on readline at end of file.
Robert Collins
2016-05-16
1
-0/+12
|
\
\
|
|
/
|
*
Issue #26807: mock_open 'files' no longer error on readline at end of file.
Robert Collins
2016-05-16
1
-0/+12
*
|
Issue #25195: Fix a regression in mock.MagicMock
Berker Peksag
2016-03-27
1
-0/+17
|
\
\
|
|
/
|
*
Issue #25195: Fix a regression in mock.MagicMock
Berker Peksag
2016-03-27
1
-0/+17
*
|
Add Mock.assert_called()
Victor Stinner
2016-03-11
1
-0/+21
|
/
*
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
1
-0/+3
|
\
|
*
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
1
-0/+3
*
|
Issue #21750: Further fixup to be styled like other mock APIs.
Robert Collins
2015-07-23
1
-1/+23
|
\
\
|
|
/
|
*
Issue #21750: Further fixup to be styled like other mock APIs.
Robert Collins
2015-07-23
1
-1/+23
*
|
Issue #21750: mock_open.read_data can now be read from each instance, as it
Robert Collins
2015-07-17
1
-0/+5
|
\
\
|
|
/
[next]