Update dependency pytest-mock to v1.13.0 #4
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.10.1
->1.13.0
Release Notes
pytest-dev/pytest-mock (pytest-mock)
v1.13.0
Compare Source
mocker.spy
now also tracks any side effectof the spied method/function.
v1.12.1
Compare Source
mocker.patch
is used in code where the source fileis not available, for example stale
.pyc
files (#169
_)... _#169:https://github.com/pytest-dev/pytest-mock/issues/169#issuecomment-5557292655
v1.12.0
Compare Source
ValueError
when usedas a context-manager. Thanks
@AlexGascon
_ for the PR (#168
_)... _@AlexGascon: https://github.com/AlexGascon
.. https://github.com/pytest-dev/pytest-mock/pull/168pull/168
v1.11.2
Compare Source
The pytest introspection follows message is no longer shown
if there is no pytest introspection (
#154
).Thanks
@The-Compiler
for the report.mocker
now raises aValueError
when used as a context-manager.Thanks
@binarymason
_ for the PR (#165
_)... _#154:https://github.com/pytest-dev/pytest-mock/issues/1544
.. _#165https://github.com/pytest-dev/pytest-mock/pull/16565
.. _@binarymason: https://github.com/binarymason
v1.11.1
Compare Source
mocker.spy
on Python 2 when used on non-function objectswhich implement
__call__
(#157
). Thanks@pbasista
forthe report.
.. _#157:https://github.com/pytest-dev/pytest-mock/issues/1577
.. _@pbasista: https://github.com/pbasista
v1.11.0
Compare Source
mocker.spy
now also tracks the return valueof the spied method/function.
v1.10.4
Compare Source
v1.10.3
Compare Source
@hroncok
_ for the report and@blueyed
_ for the PR (#140
_)... _#140:https://github.com/pytest-dev/pytest-mock/pull/1400
.. _@hroncok: https://github.com/hroncok
v1.10.2
Compare Source
patch.stopall
is done explicitly byuser code. Thanks
@craiga
_ for the report (#137
_)... _#137:https://github.com/pytest-dev/pytest-mock/issues/1377
.. _@craiga: https://github.com/craiga
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.