cpython/Lib/unittest/test/testmock
Łukasz Langa a468db9b0b Issue #23310: Fix MagicMock's initializer to work with __methods__.
Behavior equivalent to m.configure_mock().  Patch by Kasia Jachim.
2015-04-13 23:12:42 -07: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-13 23:12:42 -07:00
testmock.py Closes #21270 : We now override tuple methods in mock.call objects. 2014-09-16 18:33:37 +05:30
testpatch.py Merge 2014-04-15 17:22:22 -04:00
testsentinel.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testwith.py