summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testwith.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23004: mock_open() now reads binary data correctly when the type of ↵Berker Peksag2015-08-061-0/+28
| | | | | | read_data is bytes. Initial patch by Aaron Hill.
* Issue #21750: Further fixup to be styled like other mock APIs.Robert Collins2015-07-231-2/+2
|
* Issue #21750: mock_open.read_data can now be read from each instance, as itRobert Collins2015-07-171-2/+16
| | | | could in Python 3.3.
* Closes issue 17467. Add readline and readlines support to ↵Michael Foord2013-03-201-0/+83
| | | | unittest.mock.mock_open
* PEP 417: Adding unittest.mockMichael Foord2012-03-141-0/+176