Sourced from pytest-mock's releases.
v3.10.0
- Added new
mocker.stop(m)
method to stop specificmocker.patch
ormocker.spy
calls (#319).v3.9.0
- Expose
NonCallableMagicMock
via themocker
fixture (#318).
Sourced from pytest-mock's changelog.
3.10.0 (2022-10-05)
- Added new
mocker.stop(m)
method to stop specificmocker.patch
ormocker.spy
calls ([#319](https://github.com/pytest-dev/pytest-mock/issues/319)
_)... _#319: pytest-dev/pytest-mock#319
3.9.0 (2022-09-28)
- Expose
NonCallableMagicMock
via themocker
fixture ([#318](https://github.com/pytest-dev/pytest-mock/issues/318)
_).
6c03dfd
Release 3.10.0fbb5039
Implement selective un-spying and un-patching (#319)a1c7421
[pre-commit.ci] pre-commit autoupdate (#321)4f2703c
Add Python 3.11 support (#320)1e2001f
Merge pull request #318 from willfrey/patch-264a34f6
Update CHANGELOG for 3.9.04e31630
Add test for NonCallableMagicMock798f07e
[pre-commit.ci] pre-commit autoupdate (#317)247b9d4
Expose NonCallableMagicMock in MockerFixture0fd7fea
Update link to notes about usage as context manager (#313)