summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-15Folk should test 2.6 locally too.Robert Collins
2015-07-15Closes #279: setuptools.version is too new.Robert Collins
2015-07-15Support python 2.6Darragh Bailey
2015-07-14Update sync point and sync docs.Robert Collins
2015-07-14Issue #23661: unittest.mock side_effects can now be exceptions again.Robert Collins
2015-07-14Abort installation if the installer is using setuptools<17.1Rob McQueen
2015-07-11Closes #269: setup_requires pbr 1.3Robert Collins
2015-07-10Closes #257: version the dependency on six.Robert Collins
2015-07-10Rename README.txt to README.rstRobert Collins
2015-07-10Make reproducing travis behaviour somewhat easier.Robert Collins
2015-07-10Cleanup version number handling.Robert Collins
2015-07-10Overhaul docs.Robert Collins
2015-07-10Update docs.Robert Collins
2015-07-10Remove stale MANIFEST.in, ignore pbr outputs.Robert Collins
2015-07-10Convert to a package, use pbr, update metadata.Robert Collins
2015-07-09Bump versionsRobert Collins
2015-07-09Officially drop 2.6 support.Robert Collins
2015-07-09Issue #23310: Fix MagicMock's initializer to work with __methods__.Ɓukasz Langa
2015-07-09Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag
2015-07-09Issue #23581: Add matmul support to MagicMock.Berker Peksag
2015-07-09Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka
2015-07-09Issue #22823: Use set literals instead of creating a set from a list.Serhiy Storchaka
2015-07-09Closes #21270 : We now override tuple methods in mock.call objects.Kushal Das
2015-07-09Suppress a couple more DeprecationWarnings in the test suite.R David Murray
2015-07-09Closes #21256: Printout of keyword args in deterministic order in mock calls.Kushal Das
2015-07-09Removes unused varargs and varkwargs from assert_not_called().Kushal Das
2015-07-09Closes Issue 21262: New method assert_not_called for Mock.Kushal Das
2015-07-09Closes Issue 21238: New keyword argument `unsafe` to Mock.Kushal Das
2015-07-09Closes issue 21239. unittest.mock.patch.stopall() did not work deterministica...Michael Foord
2015-07-09Closes Issue 21222.Kushal Das
2015-07-09Closes issue 17660. You no longer need to explicitly pass create=True when pa...Michael Foord
2015-07-09Issue 17826. Setting an iterable side_effect on a mock created by create_auto...Michael Foord
2015-07-09Issue 20968. unittest.mock.MagicMock now supports divisionMichael Foord
2015-07-09Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings
2015-07-09Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka
2015-07-09Remove shadowed testMichael Foord
2015-07-09Adjust commentAntoine Pitrou
2015-07-09Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocationAntoine Pitrou
2015-07-09Issue #19013: add unittest.main() epilogs to unittest.mock's own test modulesAntoine Pitrou
2015-07-09Process DEFAULT values in mock side_effect that returns iterator.Andrew Svetlov
2015-07-09Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...Michael Foord
2015-07-09Issue #17047: remove doubled words added in 3.3Terry Jan Reedy
2015-07-09Issue #17015: When it has a spec, a Mock object now inspects its signature wh...Antoine Pitrou
2015-07-09Closes issue 15323. Improve failure message of Mock.assert_called_once_withMichael Foord
2015-07-09Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...Nick Coghlan
2015-07-09Remove incorrect commentMichael Foord
2015-07-09Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...Michael Foord
2015-07-09unittest.mock: removed another bit of Python 2 only codeMichael Foord
2015-07-09Adding unittest.mock documentationMichael Foord
2015-07-09unittest.mock: remove another piece of Python 2 specific codeMichael Foord