3.6.0 (2021-04-24)
- pytest-mock no longer supports Python 3.5.
- Correct type annotations for
mocker.patch.object
to also include the string form.
Thanks @plannigan for the PR (#235). reset_all
now supportsreturn_value
andside_effect
keyword arguments. Thanks @alex-marty for the PR (#214).