cpython/Lib/unittest/test/testmock
Serhiy Storchaka 5665bc5980 Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
..
__init__.py
support.py
testcallable.py Remove more Python 2 compatibility cruft from unittest.mock 2012-03-14 14:40:22 -07:00
testhelpers.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testmagicmethods.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testmock.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testpatch.py Adding patch.stopall method to unittest.mock 2012-06-10 20:36:32 +01:00
testsentinel.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testwith.py