summaryrefslogtreecommitdiff
path: root/tests/testhelpers.py
Commit message (Expand)AuthorAgeFilesLines
* MagicMock.reset_mock on an autospec created mock no longer crashesMichael Foord2012-06-091-0/+7
* Support keyword only arguments in Python 3Michael Foord2012-04-211-0/+14
* Move test and update code commentMichael Foord2012-04-131-15/+15
* create_autospec now works with attributes that can't be fetchedMichael Foord2012-04-131-0/+23
* PropertyMock attributes and return values are standard MagicMocksMichael Foord2012-04-131-0/+11
* Adding PropertyMockMichael Foord2012-03-131-1/+18
* Removing mocksignature documentationMichael Foord2012-03-131-44/+12
* Adding mock_open helperMichael Foord2012-03-131-2/+46
* mocksignature and tests removedMichael Foord2012-03-131-25/+24
* Restore expectedFailure around testMichael Foord2012-03-131-0/+1
* Failing test for create_autospec and unbound methodsMichael Foord2012-03-041-3/+6
* Fix ANY comparisons with call objectsMichael Foord2012-01-221-0/+9
* Extended test for ANYMichael Foord2012-01-101-12/+21
* Extended test for ANYMichael Foord2012-01-101-0/+16
* Fix ANY equality with some types in assert_called_with callsMichael Foord2012-01-101-0/+9
* Removing one expectedFailure and adding oneMichael Foord2012-01-031-0/+1
* Note and expectedFailure test for autospec and unbound methodsMichael Foord2012-01-031-0/+12
* Update copyright yearsMichael Foord2012-01-021-1/+1
* Remove 'configure' keyword argument from create_autospec and accept arbitrary...Michael Foord2011-12-301-0/+20
* Extending test for create_autospec and non-callable instancesMichael Foord2011-10-121-0/+17
* create_autospec uses __call__ method for the signature of mocks that are the ...Michael Foord2011-10-111-0/+4
* Documentation update and failing test for create_autospecMichael Foord2011-10-111-0/+5
* Fix tests for call reprsMichael Foord2011-08-061-19/+20
* Test improvements from pyflakes and removal of callargs.Michael Foord2011-08-051-69/+66
* Move assert_has_calls to MockMichael Foord2011-08-031-51/+2
* Properly fix call_args, call_args_list issueMichael Foord2011-07-261-25/+0
* Fix regression in call_args and call_args_list behaviourMichael Foord2011-07-261-0/+34
* Addition of pretty-printed str to _CallListMichael Foord2011-07-231-0/+15
* Extended test for callargs reprMichael Foord2011-07-221-0/+5
* Mock method_calls and mock_calls are now CallListsMichael Foord2011-07-221-1/+5
* Extended tests and improved docstring for callargsMichael Foord2011-07-221-0/+4
* Extending tests for callargsMichael Foord2011-07-221-2/+122
* Initial implementation of _CallList.assert_has_callsMichael Foord2011-07-221-0/+6
* Implement __ne__ for callargs and callMichael Foord2011-07-191-0/+5
* Fix callargs call comparisonsMichael Foord2011-07-191-0/+7
* Tests for call_listMichael Foord2011-07-181-0/+19
* Addition of 'call_list' method to call for chained call assertionsMichael Foord2011-07-181-1/+4
* Extending test for mock_calls and callMichael Foord2011-07-181-2/+17
* Test renameMichael Foord2011-07-181-1/+2
* Extending callargs testMichael Foord2011-07-181-0/+38
* Extending call for mock_callsMichael Foord2011-07-181-5/+52
* create_autospec creates mocks without a spec for slot descriptorsMichael Foord2011-07-021-0/+13
* Removed 'inherit' argument from create_autospecMichael Foord2011-07-021-37/+6
* Test for autospec and propertiesMichael Foord2011-07-011-3/+10
* Temporary commit for shift code downstairsMichael Foord2011-06-301-0/+11
* create_autospec can create non-callable mocksMichael Foord2011-06-211-14/+7
* Fix bugs around methods / functions using self as an arbitrary argumentMichael Foord2011-06-201-0/+2
* Fix autospec for functions / methods with a self argument that isn't the firs...Michael Foord2011-06-201-4/+0
* Fix for __class__ bug in Python 3Michael Foord2011-06-191-0/+1
* Test additions, currently failingMichael Foord2011-06-181-0/+1