]> granicus.if.org Git - python/commit
Issue #23661: unittest.mock side_effects can now be exceptions again.
authorRobert Collins <rbtcollins@hp.com>
Tue, 14 Jul 2015 01:51:40 +0000 (13:51 +1200)
committerRobert Collins <rbtcollins@hp.com>
Tue, 14 Jul 2015 01:51:40 +0000 (13:51 +1200)
commita3fffb0539010a73dc9fb808aa504712a63b7bc4
treeeba8bde8336856b08a4ee67f70858fea1deddaa1
parentdc87e4b88551f64cb4053d8ea72dffc0c3675413
Issue #23661: unittest.mock side_effects can now be exceptions again.

This was a regression vs Python 3.4. Patch from Ignacio Rossi
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/ACKS
Misc/NEWS