cpython/Lib/unittest
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
..
test Issue #26750: unittest.mock.create_autospec() now works properly for 2016-08-07 09:06:27 -07:00
__init__.py Add some "used with permission" mentions where external resources are referenced. 2016-01-15 09:53:51 -08:00
__main__.py
case.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
loader.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
main.py Marked keystrokes with the :kbd: role. 2015-09-12 17:46:20 +03:00
mock.py Issue #26750: unittest.mock.create_autospec() now works properly for 2016-08-07 09:06:27 -07:00
result.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
runner.py
signals.py
suite.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
util.py