cpython/Lib/unittest/test/testmock
Gregory P. Smith d0d24fd1ae Issue #26750: unittest.mock.create_autospec() now works properly for
subclasses of property() and other data descriptors.  Removes the never
publicly used, never documented unittest.mock.DescriptorTypes tuple.
2016-08-07 09:06:27 -07:00
..
__init__.py
__main__.py Adjust comment 2013-09-14 00:40:46 +02:00
support.py Issue #23277: Remove unused sys and os imports 2016-04-24 07:31:42 +03:00
testcallable.py Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules 2013-09-13 23:54:01 +02:00
testhelpers.py Issue #26750: unittest.mock.create_autospec() now works properly 2016-08-07 08:52:26 -07:00
testmagicmethods.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
testmock.py Issue #21271: Adds new keyword only parameters in reset_mock call 2016-06-02 10:20:16 -07:00
testpatch.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
testsentinel.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
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