summaryrefslogtreecommitdiff
path: root/mock.py
Commit message (Expand)AuthorAgeFilesLines
* License updateMichael Foord2013-04-091-5/+28
* Remove XXXX from commentMichael Foord2013-03-181-3/+1
* Proper compatibility with functools.wrapsMichael Foord2012-11-071-6/+4
* Fix for wraps - __wrapped__ was added in 3.2 not 3.3Michael Foord2012-11-051-1/+1
* Typo fixesMichael Foord2012-11-051-1/+1
* Add __wrapped__ to functions decorated with patch variantsMichael Foord2012-11-051-2/+13
* Updates for the 1.0 releaseMichael Foord2012-10-071-1/+1
* Updated version numberMichael Foord2012-07-131-1/+1
* Adding patch.stopall methodMichael Foord2012-06-101-2/+20
* reset_mock now resets magic method mocksMichael Foord2012-06-091-0/+1
* MagicMock.reset_mock on an autospec created mock no longer crashesMichael Foord2012-06-091-1/+3
* Support keyword only arguments in Python 3Michael Foord2012-04-211-8/+21
* Exceptions in iterable side_effect will be raisedMichael Foord2012-04-211-2/+7
* Docstring updateMichael Foord2012-04-131-6/+6
* Move test and update code commentMichael Foord2012-04-131-1/+2
* create_autospec now works with attributes that can't be fetchedMichael Foord2012-04-131-1/+4
* PropertyMock attributes and return values are standard MagicMocksMichael Foord2012-04-131-0/+3
* Doc / docstring improvement for patchMichael Foord2012-03-281-11/+14
* Bump version numberMichael Foord2012-03-261-1/+1
* Changes for 1.0.0a1 releaseMichael Foord2012-03-251-1/+1
* A mock created by patch with a spec as the list argument will be callable if ...Michael Foord2012-03-251-1/+8
* Minor cleanupsMichael Foord2012-03-251-7/+4
* Fix various bugs around spec arguments to patchersMichael Foord2012-03-251-17/+38
* Make using create=True with spec=True in patchers an errorMichael Foord2012-03-251-2/+6
* Propagate exception info in _patch.__exit__Michael Foord2012-03-201-2/+5
|\
| * typoKumar McMillan2012-03-141-1/+1
| * Propogate exceptions in _patch.__exit__()Kumar McMillan2012-03-141-2/+5
* | Set file_spec on first useMichael Foord2012-03-181-5/+11
* | Remove obsolete commentsMichael Foord2012-03-181-2/+0
* | Minor doc and docstring updatesMichael Foord2012-03-171-1/+8
* | Documentation updatesMichael Foord2012-03-171-2/+13
* | Change comparison methods on MagicMock to return NotImplementedMichael Foord2012-03-171-0/+4
* | Further removal of mocksignature referencesMichael Foord2012-03-151-20/+20
* | Adding PropertyMockMichael Foord2012-03-131-0/+8
* | Make __class__ assignableMichael Foord2012-03-131-0/+3
* | Adding mock_open helperMichael Foord2012-03-131-2/+37
* | mocksignature and tests removedMichael Foord2012-03-131-113/+28
|/
* Version update for 0.9 branchMichael Foord2012-02-131-2/+2
|\
| * Version update for maintenance branchMichael Foord2012-02-131-1/+1
|/
* 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