summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-10-07Updates for the 1.0 releaseMichael Foord
2012-07-13Minor doc tweakMichael Foord
2012-07-13Date updateMichael Foord
2012-07-13Updated version numberMichael Foord
2012-06-11Doc updateMichael Foord
2012-06-10Adding patch.stopall methodMichael Foord
2012-06-09MagicMock.reset_mock on an autospec created mock no longer crashesMichael Foord
2012-05-23CHANGELOG updateMichael Foord
2012-05-05Minor doc changes for new alpha releaseMichael Foord
2012-04-23Add example of exceptions on attribute access to docsMichael Foord
2012-04-21Support keyword only arguments in Python 3Michael Foord
2012-04-21Exceptions in iterable side_effect will be raisedMichael Foord
2012-04-14Changelog updateMichael Foord
2012-04-13Doc fixesMichael Foord
2012-04-13create_autospec now works with attributes that can't be fetchedMichael Foord
2012-04-13Minor update for mock_open docsMichael Foord
2012-04-13PropertyMock attributes and return values are standard MagicMocksMichael Foord
2012-03-29Doc typo fixMichael Foord
2012-03-28Update patch example in docsMichael Foord
2012-03-28Updated example to patch documentationMichael Foord
2012-03-28Add example to patch documentationMichael Foord
2012-03-28Doc / docstring improvement for patchMichael Foord
2012-03-26Bump version numberMichael Foord
2012-03-25Changes for 1.0.0a1 releaseMichael Foord
2012-03-25A mock created by patch with a spec as the list argument will be callable if ...Michael Foord
2012-03-25Update CHANGELOGMichael Foord
2012-03-25Fix various bugs around spec arguments to patchersMichael Foord
2012-03-25CHANGELOG updateMichael Foord
2012-03-20Propagate exception info in _patch.__exit__Michael Foord
2012-03-17Minor doc and docstring updatesMichael Foord
2012-03-17More documentation updatesMichael Foord
2012-03-17Whitespace in doc changesMichael Foord
2012-03-17More documentation updatesMichael Foord
2012-03-17Documentation updatesMichael Foord
2012-03-17Change comparison methods on MagicMock to return NotImplementedMichael Foord
2012-03-15Further removal of mocksignature referencesMichael Foord
2012-03-13Adding PropertyMockMichael Foord
2012-03-13Make __class__ assignableMichael Foord
2012-03-13Removing mocksignature documentationMichael Foord
2012-03-13Adding mock_open helperMichael Foord
2012-03-13mocksignature and tests removedMichael Foord
2012-03-13MergeMichael Foord
2012-03-08Removed failing test for spec inheritance - should not be on by defaultMichael Foord
2012-03-05Doc updatesMichael Foord
2012-03-04Failing test for create_autospec and unbound methodsMichael Foord
2012-03-03Failing test and changelog entry for spec inheritanceMichael Foord
2012-02-13Minor doc wording changeMichael Foord