cpython/Lib/unittest/test/testmock
2015-03-15 01:51:56 +02: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 #23568: Add rdivmod support to MagicMock() objects. 2015-03-15 01:51:56 +02:00
testmock.py Closes Issue 21222. 2014-04-16 01:05:50 +05:30
testpatch.py Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. 2014-04-15 17:21:08 -04:00
testsentinel.py
testwith.py