summaryrefslogtreecommitdiff
path: root/mock.py
Commit message (Expand)AuthorAgeFilesLines
...
* Initial implementation of assert_any_callMichael Foord2011-08-031-4/+9
* Move assert_has_calls to MockMichael Foord2011-08-031-14/+30
* Setting to an iterable will cause calls to the mock to return the next value...Michael Foord2011-07-271-3/+51
* Properly fix call_args, call_args_list issueMichael Foord2011-07-261-4/+4
* Fix regression in call_args and call_args_list behaviourMichael Foord2011-07-261-7/+18
* Version number bump for beta 1 releaseMichael Foord2011-07-251-1/+1
* Addition of pretty-printed str to _CallListMichael Foord2011-07-231-3/+5
* patch.TEST_PREFIX controls the methods affected by patchers as class decoratorMichael Foord2011-07-231-3/+4
* patch.multiple works with string subclassesMichael Foord2011-07-231-1/+1
* Tuples as well as lists allowed for specifying specMichael Foord2011-07-231-6/+13
* Mock version bumpMichael Foord2011-07-221-1/+1
* Mock method_calls and mock_calls are now CallListsMichael Foord2011-07-221-4/+6
* Extended tests and improved docstring for callargsMichael Foord2011-07-221-3/+10
* Extending tests for callargsMichael Foord2011-07-221-1/+1
* _CallList.assert_has_calls handles duplicate call arguments correctlyMichael Foord2011-07-221-3/+10
* Initial implementation of _CallList.assert_has_callsMichael Foord2011-07-221-1/+25
* Initial (partial) implementation of CallList for call_args_listMichael Foord2011-07-211-3/+11
* callargs now always have 3 members (name, args, kwargs)Michael Foord2011-07-201-11/+6
* Add docstring to Mock._get_child_mockMichael Foord2011-07-201-0/+4
* Implement __ne__ for callargs and callMichael Foord2011-07-191-20/+64
* Fix callargs call comparisonsMichael Foord2011-07-191-0/+8
* Rename _new_name and _new_parent attributesMichael Foord2011-07-181-9/+9
* reset_mock includes mock_callsMichael Foord2011-07-181-1/+1
* Addition of 'call_list' method to call for chained call assertionsMichael Foord2011-07-181-2/+6
* Extending test for mock_calls and callMichael Foord2011-07-181-4/+9
* Extending call for mock_callsMichael Foord2011-07-181-8/+30
* Initial implementation of mock_callsMichael Foord2011-07-181-8/+46
* Improved failure messages for the mock assert methodsMichael Foord2011-07-171-5/+30
* Fixed bug with argument passing when patch.multiple is creating mocksMichael Foord2011-07-161-6/+4
* Support for java exceptions on JythonMichael Foord2011-07-161-8/+20
* Making public the instance argument to create_autospecMichael Foord2011-07-161-8/+8
* Placeholders for missing docstringsMichael Foord2011-07-161-0/+2
* Mock is now the baseclass for MagicMock againMichael Foord2011-07-161-4/+6
* Testing patching failures with patch.multipleMichael Foord2011-07-161-19/+24
* Initial attempt to fix unpatching with patch.multiple failuresMichael Foord2011-07-161-2/+15
* Fix bug where a failure to create a nested patch could leave patches undoneMichael Foord2011-07-131-11/+13
* Fix error message for stopping a patcher without starting it.Michael Foord2011-07-131-0/+3
* True div operator no longer available on mocks in Python 3Michael Foord2011-07-121-3/+2
* patch.object no longer has patch.multiple functionality.Michael Foord2011-07-121-23/+4
* Fixing patch.multiple for decorating classesMichael Foord2011-07-121-7/+20
* patch.multiple passes in created mocks to decorated functions as keyword argu...Michael Foord2011-07-081-10/+22
* Fix for Python 3Michael Foord2011-07-041-1/+1
* Comment updatesMichael Foord2011-07-041-0/+1
* Initial implementation of patch.multipleMichael Foord2011-07-041-8/+52
* spec inheritance with patch and new_callable only happens for mocksMichael Foord2011-07-031-1/+1
* Using new_callable with new or autospec is an errorMichael Foord2011-07-021-4/+18
* new_callable argument to patch / patch.objectMichael Foord2011-07-021-14/+36
* Remove __unittest marker, which caused traceback truncationMichael Foord2011-07-021-2/+0
* create_autospec creates mocks without a spec for slot descriptorsMichael Foord2011-07-021-8/+18
* Comment changeMichael Foord2011-07-021-0/+2