summaryrefslogtreecommitdiff
path: root/mock/tests/testpatch.py
AgeCommit message (Expand)Author
2018-11-29Merge pull request #420 from HarrisonGregg/fix-autospec-function-methodsChris Withers
2018-11-29Merge pull request #435 from jdufresne/unittest2Chris Withers
2018-09-16Drop dependency of unittest2; use stdlib unittest insteadJon Dufresne
2018-09-16Clean up unused importsJon Dufresne
2018-01-19Fix assert_xxx methods on autospec functionsHarrison Gregg
2017-10-28Drop support for EOL Python <= 2.6 & 3.0-3.2, add 3.5 & 3.6Hugo
2016-03-23Issue #22138: Fix mock.patch behavior when patching descriptors. RestoreSenthil Kumaran
2015-07-31Improve grouping of imports in tests.Robert Collins
2015-07-29Use six to detect python2/3 in test modules.Michael Fladischer
2015-07-10Convert to a package, use pbr, update metadata.Robert Collins