summaryrefslogtreecommitdiff
path: root/mock.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixes for mock_calls on intermediate mocks in a call chainMichael Foord2011-08-101-12/+31
* Mock uses new name for reprMichael Foord2011-08-081-17/+33
* Fix tests for call reprsMichael Foord2011-08-061-3/+6
* Fixing call reprMichael Foord2011-08-051-2/+4
* repr for call objectsMichael Foord2011-08-051-27/+46
* Test improvements from pyflakes and removal of callargs.Michael Foord2011-08-051-118/+103
* Start unification of callargs and _CallMichael Foord2011-08-051-27/+18
* mock_calls works on functions created by mocksignatureMichael Foord2011-08-041-0/+2
* Changelog updateMichael Foord2011-08-041-9/+13
* Tests for assert_any_callMichael Foord2011-08-041-0/+4
* Reducing markup in docstringsMichael Foord2011-08-031-26/+26