summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock
Commit message (Expand)AuthorAgeFilesLines
* Closes issue 15323. Improve failure message of Mock.assert_called_once_withMichael Foord2012-09-281-0/+7
* Adding patch.stopall method to unittest.mockMichael Foord2012-06-101-0/+18
* Fix exception when calling reset_mock on a mock created with autospecMichael Foord2012-06-092-0/+15
* Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...Michael Foord2012-04-211-1/+14
* Closes issue 14636. mock objects raise exceptions from an iterable side_effectMichael Foord2012-04-211-0/+10
* 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
* unittest.mock: a mock created by patch with a spec as the list argument will ...Michael Foord2012-03-251-0/+20
* Support subclassing unittest.mock._patch and fix various obscure bugs around ...Michael Foord2012-03-251-7/+102
* unittest.mock.MagicMock objects are now unorderable by defaultMichael Foord2012-03-251-0/+13
* Remove more Python 2 compatibility cruft from unittest.mockMichael Foord2012-03-141-14/+2
* And another one... mock import fix.Michael Foord2012-03-141-2/+2
* Fix another mock importMichael Foord2012-03-141-1/+1
* Fix import failure in mock testMichael Foord2012-03-141-1/+1
* PEP 417: Adding unittest.mockMichael Foord2012-03-149-0/+4530