Skip to content

3.5.0 (2021-01-04)

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 18 May 11:52
· 294 commits to main since this release
  • Now all patch functions will emit a warning instead of raising a ValueError when used
    as a context-manager. Thanks @iforapsy for the PR (#221).
  • Additionally, mocker.patch.context_manager is available when the user intends to mock
    a context manager (for example threading.Lock object), which will not emit that
    warning.