]> granicus.if.org Git - python/commit
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
authorTony Flury <anthony.flury@btinternet.com>
Wed, 12 Sep 2018 22:21:16 +0000 (23:21 +0100)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 12 Sep 2018 22:21:16 +0000 (01:21 +0300)
commit2087023fdec2c89070bd14f384a3c308c548a94a
treeadc1cfdebd6ed15525044cb09d83188d511831c9
parentc7042224b8a67748f125c22836862483f81a87a6
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
Doc/library/unittest.mock.rst
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Lib/unittest/test/testmock/testwith.py
Misc/NEWS.d/next/Library/2018-04-30-22-43-31.bpo-32933.M3iI_y.rst [new file with mode: 0644]