cpython/Lib/unittest/test/testmock
Berker Peksag ce913877e4 Issue #25195: Fix a regression in mock.MagicMock
_Call is a subclass of tuple (changeset 3603bae63c13 only works
for classes) so we need to implement __ne__ ourselves.

Patch by Andrew Plummer.
2016-03-28 00:30:02 +03:00
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py
testmagicmethods.py
testmock.py Issue #25195: Fix a regression in mock.MagicMock 2016-03-28 00:30:02 +03: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