summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improvement to handing of MagicMock.__iter__ return value.Michael Foord2012-02-121-0/+10
* Minor doc update plus whitespace removalMichael Foord2012-02-075-8/+5
* Fix ANY comparisons with call objectsMichael Foord2012-01-221-0/+9
* Doc updatesMichael Foord2012-01-151-1/+1
* 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-032-3/+3
* Note and expectedFailure test for autospec and unbound methodsMichael Foord2012-01-031-0/+12
* Update copyright yearsMichael Foord2012-01-029-9/+9
* return_value (etc) arguments to patch work with autospec (again)Michael Foord2011-12-301-0/+11
* Remove 'configure' keyword argument from create_autospec and accept arbitrary...Michael Foord2011-12-301-0/+20
* Use weakrefs to avoid circular referencesMichael Foord2011-10-291-0/+6
* Further performance improvements instantiating MagicMockMichael Foord2011-10-291-0/+2
* Performance improvement instantiating MagicMock,Michael Foord2011-10-291-0/+6
* 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
* Minor test changeMichael Foord2011-10-091-0/+1
* Extend test for patch 'lazy importing'Michael Foord2011-10-091-0/+10
* Implementation of attach_mockMichael Foord2011-10-091-0/+32
* Setting a mock as a return value of itself no longer modifies repr of the mockMichael Foord2011-10-081-7/+14
* Fix setting a mock as its own return value,Michael Foord2011-10-071-0/+23
* Attribute deletion specified and testedMichael Foord2011-09-261-0/+15
* Calls to mocks attached as magic methods are recorded in mock callsMichael Foord2011-09-262-6/+20
* Test name refactorMichael Foord2011-09-251-10/+15
* patch imports lazilyMichael Foord2011-09-252-0/+27
* Mocks set as attributes and return values are attached correctly. Calls are r...Michael Foord2011-08-111-0/+32
* Implementation of mock_add_specMichael Foord2011-08-112-10/+25
* Initial implementation of mock_add_specMichael Foord2011-08-101-0/+68
* Test improvementMichael Foord2011-08-101-77/+52
* Extend some mock_calls tests for named mocksMichael Foord2011-08-101-0/+34
* Fixes for mock_calls on intermediate mocks in a call chainMichael Foord2011-08-102-3/+84
* Fix test for mock repr moreMichael Foord2011-08-092-2/+2
* Fix test for mock reprMichael Foord2011-08-091-2/+9
* Fix tests for call reprsMichael Foord2011-08-061-19/+20
* Test improvements from pyflakes and removal of callargs.Michael Foord2011-08-052-74/+70
* mock_calls works on functions created by mocksignatureMichael Foord2011-08-042-2/+25
* Tests for assert_any_callMichael Foord2011-08-041-10/+56
* Initial implementation of assert_any_callMichael Foord2011-08-031-1/+19
* Move assert_has_calls to MockMichael Foord2011-08-032-51/+48
* Setting to an iterable will cause calls to the mock to return the next value...Michael Foord2011-07-272-1/+70
* 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-262-0/+51
* Addition of pretty-printed str to _CallListMichael Foord2011-07-231-0/+15
* patch.TEST_PREFIX controls the methods affected by patchers as class decoratorMichael Foord2011-07-231-0/+46
* patch.multiple works with string subclassesMichael Foord2011-07-231-0/+12
* Tuples as well as lists allowed for specifying specMichael Foord2011-07-231-10/+17
* Extend _CallList testsMichael Foord2011-07-232-10/+23
* Extended test for callargs reprMichael Foord2011-07-221-0/+5