Conversation
|
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 193 193
=========================================
Hits 193 193 ☔ View full report in Codecov by Sentry. |




This PR contains the following updates:
3.10.0->3.14.0Release Notes
pytest-dev/pytest-mock (pytest-mock)
v3.14.0Compare Source
#​415 <https://github.com/pytest-dev/pytest-mock/pull/415>_:MockTypeandAsyncMockTypecan be imported frompytest_mockfor type annotation purposes.#​420 <https://github.com/pytest-dev/pytest-mock/issues/420>_: Fixed a regression which would causemocker.patch.objectto not being properly cleared between tests.v3.13.0Compare Source
#​417 <https://github.com/pytest-dev/pytest-mock/pull/417>_:spynow hasspy_return_list, which is a list containing all the values returned by the spied function.pytest-mocknow requirespytest>=6.2.5.#​410 <https://github.com/pytest-dev/pytest-mock/pull/410>: pytest-mock'ssetup.pyfile is removed.If you relied on this file, e.g. to install pytest using
setup.py install,please see
Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary>for alternatives.v3.12.0Compare Source
mocker.resetall()now also resets mocks created bymocker.create_autospec(#390_)... _#390:https://github.com/pytest-dev/pytest-mock/pull/3900
v3.11.1Compare Source
(This release source code is identical to
3.11.0except a small internal fix to deployment/CI)Fixed introspection for failed
assert_has_calls(#365_).Updated type annotations for
mocker.patchandmocker.spy(#364_)... _#365:https://github.com/pytest-dev/pytest-mock/pull/3655
.. _#364https://github.com/pytest-dev/pytest-mock/pull/36464
v3.11.0Compare Source
Fixed introspection for failed
assert_has_calls(#365_).Updated type annotations for
mocker.patchandmocker.spy(#364_)... _#365:https://github.com/pytest-dev/pytest-mock/pull/3655
.. _#364https://github.com/pytest-dev/pytest-mock/pull/36464
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.