cpython/Lib/unittest/test/testmock
Berker Peksag 29bf4d403d Issue #24857: Comparing call_args to a long sequence now correctly returns a
boolean result instead of raising an exception.

Patch by A Kaptur.
2015-09-09 23:39:45 +03:00
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
testmagicmethods.py Issue #23310: Fix MagicMock's initializer to work with __methods__. 2015-04-14 00:12:57 -07:00
testmock.py Issue #24857: Comparing call_args to a long sequence now correctly returns a 2015-09-09 23:39:45 +03:00
testpatch.py Merge 2014-04-15 17:22:22 -04: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