summaryrefslogtreecommitdiff
path: root/mock.py
Commit message (Expand)AuthorAgeFilesLines
* Improvement to handing of MagicMock.__iter__ return value.Michael Foord2012-02-121-15/+24
* Further update to getting startedMichael Foord2012-02-061-1/+1
* Extended examples for mocksignatureMichael Foord2012-01-261-0/+3
* Bump version number and minor doc updatesMichael Foord2012-01-241-1/+1
* Minor doc updateMichael Foord2012-01-231-1/+2
* Add links to 0.8 changelogMichael Foord2012-01-231-1/+1
* Minor doc updatesMichael Foord2012-01-231-1/+1
* Example for patch.dict with dictionary like objectMichael Foord2012-01-231-3/+3
* Doc and docstring updates for patchMichael Foord2012-01-231-5/+16
* Switch to using ~Mock instead of Mock in documentation referencesMichael Foord2012-01-231-3/+3
* Minor optimisationMichael Foord2012-01-221-4/+4
* Fix ANY comparisons with call objectsMichael Foord2012-01-221-0/+2
* Doc and docstring updateMichael Foord2012-01-161-3/+7
* Doc updatesMichael Foord2012-01-151-1/+1
* Doc updatesMichael Foord2012-01-151-10/+13
* Fix ANY equality with some types in assert_called_with callsMichael Foord2012-01-101-1/+6
* Renamed parameterMichael Foord2012-01-051-5/+6
* Update copyright yearsMichael Foord2012-01-021-1/+1
* Doc updatesMichael Foord2012-01-021-1/+1
* Doc updatesMichael Foord2012-01-011-0/+3
* Remvove unused configure parameter from create_autospecMichael Foord2011-12-311-4/+3
* Doc updatesMichael Foord2011-12-301-0/+3
* return_value (etc) arguments to patch work with autospec (again)Michael Foord2011-12-301-2/+3
* Remove 'configure' keyword argument from create_autospec and accept arbitrary...Michael Foord2011-12-301-13/+11
* Doc updatesMichael Foord2011-12-291-1/+0
* Minor performance improvementsMichael Foord2011-11-231-23/+33
* Minor tweakMichael Foord2011-11-221-6/+5
* Removing a lot of calls to __setattr__ in Mock constructionMichael Foord2011-11-221-27/+25
* Added a docstring for configure mockMichael Foord2011-11-011-8/+15
* Remove MagicProxy cache optimisationMichael Foord2011-11-011-36/+6
* Micro optimisationMichael Foord2011-10-291-3/+5
* Use weakrefs to avoid circular referencesMichael Foord2011-10-291-6/+16
* Further optimisation for MagicMock instantiationMichael Foord2011-10-291-10/+31
* Move a variable out of a loopMichael Foord2011-10-291-1/+2
* Remove unused code for setting MagicProxy on instancesMichael Foord2011-10-291-5/+0
* Remove micro optimisationMichael Foord2011-10-291-5/+5
* Further performance improvements instantiating MagicMockMichael Foord2011-10-291-18/+22
* Performance improvement instantiating MagicMock,Michael Foord2011-10-291-11/+15
* create_autospec uses __call__ method for the signature of mocks that are the ...Michael Foord2011-10-111-8/+12
* Implementation of attach_mockMichael Foord2011-10-091-0/+13
* Setting a mock as a return value of itself no longer modifies repr of the mockMichael Foord2011-10-081-0/+8
* Fix setting a mock as its own return value,Michael Foord2011-10-071-2/+16
* Rename Sentinel and SentinelObject classes to make it clear they are privateMichael Foord2011-10-061-4/+4
* Attribute deletion specified and testedMichael Foord2011-09-261-4/+0
* Calls to mocks attached as magic methods are recorded in mock callsMichael Foord2011-09-261-0/+7
* patch imports lazilyMichael Foord2011-09-251-14/+19
* Added docstringsMichael Foord2011-08-121-61/+136
* Mocks set as attributes and return values are attached correctly. Calls are r...Michael Foord2011-08-111-2/+28
* Implementation of mock_add_specMichael Foord2011-08-111-2/+30
* Initial implementation of mock_add_specMichael Foord2011-08-101-14/+21