summaryrefslogtreecommitdiff
path: root/mock/tests/testwith.py
AgeCommit message (Expand)Author
2019-04-30Add test for double patching instance methods (#11085)Anthony Sottile
2019-04-30bpo-32933: Implement __iter__ method on mock_open() (GH-5974)Tony Flury
2018-09-16Drop dependency of unittest2; use stdlib unittest insteadJon Dufresne
2016-03-23Issue #23004: mock_open() now reads binary data correctly when the type of re...Berker Peksag
2015-07-24Issue #21750: Further fixup to be styled like other mock APIs.Robert Collins
2015-07-18Revert "Issue #21750: mock_open.read_data can now be read from each instance,...Robert Collins
2015-07-17Issue #21750: mock_open.read_data can now be read from each instance, as itRobert Collins
2015-07-15Support python 2.6Darragh Bailey
2015-07-10Convert to a package, use pbr, update metadata.Robert Collins