cpython/Lib/unittest/test/testmock
Berker Peksag 6b585fddc9 Fix unittest.mock._Call: don't ignore name (#307)
Issue #28961: Fix unittest.mock._Call helper: don't ignore the name parameter
anymore.

Patch written by Jiajun Huang.

(cherry picked from commits 84b6fb0eea
and dea1536fd3)

Conflicts:

	Misc/NEWS
2017-02-26 16:06:11 +03:00
..
__init__.py
__main__.py
support.py
testcallable.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
testhelpers.py Fix unittest.mock._Call: don't ignore name (#307) 2017-02-26 16:06:11 +03:00
testmagicmethods.py Issue #23310: Fix MagicMock's initializer to work with __methods__. 2015-04-14 00:12:57 -07:00
testmock.py Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. 2017-01-21 23:12:58 +02:00
testpatch.py Issue #22138: Fix mock.patch behavior when patching descriptors. Restore 2016-01-08 23:43:29 -08:00
testsentinel.py
testwith.py Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. 2015-08-06 13:15:51 +03:00