derwiki-adroll / mock

Automatically exported from code.google.com/p/mock
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Arguments to reset_mock to allow resetting return_value / side_effect #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
By default mock.reset_mock() doesn't reset the side_effect and return_value. It 
would be nice to be able to control those individually.

Original issue reported on code.google.com by fuzzyman on 9 Jan 2012 at 4:09