Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-mock
From: Adam Ciarcinski
Date: 2024-03-24 18:43:21
Message id: 20240324174321.A20C3FA2C@cvs.NetBSD.org
Log Message:
py-test-mock: updated to 3.14.0
3.14.0 (2024-03-21)
-------------------
* `MockType`` and ``AsyncMockType`` can be imported from ``pytest_mock`` for \
type annotation purposes.
* Fixed a regression which would cause ``mocker.patch.object`` to not being \
properly cleared between tests.
3.13.0 (2024-03-21)
-------------------
* ``spy`` now has ``spy_return_list``, which is a list containing all the values \
returned by the spied function.
* ``pytest-mock`` now requires ``pytest>=6.2.5``.
* pytest-mock's ``setup.py`` file 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.
Files: