Skip to content

3.6.0 (2021-04-24)

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 18 May 11:53
· 268 commits to main since this release
  • 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 supports return_value and side_effect keyword arguments. Thanks @alex-marty for the PR (#214).