summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/testmock/testhelpers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix unittest.mock._Call: don't ignore nameVictor Stinner2017-01-061-0/+14
* Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-071-21/+39
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-20/+39
|\
| * Issue #17015: When it has a spec, a Mock object now inspects its signature wh...Antoine Pitrou2013-02-031-20/+39
* | Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-9/+9
|/
* 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 a...Michael Foord2012-04-211-1/+14
* Make unittest.mock.create_autospec resilient against AttributeError on origin...Michael Foord2012-04-131-0/+23
* unittest.mock.PropertyMock return value and attributes are now standard Magic...Michael Foord2012-04-131-0/+11
* PEP 417: Adding unittest.mockMichael Foord2012-03-141-0/+835