summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testhelpers.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception when calling reset_mock on a mock created with autospecMichael Foord2012-06-091-0/+7
|
* Closes issue 14634. unittest.mock.create_autospec now supports keyword only ↵Michael Foord2012-04-211-1/+14
| | | | arguments.
* Make unittest.mock.create_autospec resilient against AttributeError on ↵Michael Foord2012-04-131-0/+23
| | | | original object
* unittest.mock.PropertyMock return value and attributes are now standard ↵Michael Foord2012-04-131-0/+11
| | | | MagicMocks
* PEP 417: Adding unittest.mockMichael Foord2012-03-141-0/+835