Releases: pytest-dev/pytest-mock
Releases · pytest-dev/pytest-mock
v3.14.0
v3.13.0
- #417:
spy
now hasspy_return_list
, which is a list containing all the values returned by the spied function. pytest-mock
now requirespytest>=6.2.5
.- #410: pytest-mock's
setup.py
file is removed.
If you relied on this file, e.g. to install pytest usingsetup.py install
,
please see Why you shouldn't invoke setup.py directly for alternatives.
v3.12.0
v3.11.1
v3.10.0
v3.9.0
v3.8.2
v3.8.1
v3.8.0
- Add
MockerFixture.async_mock
method. Thanks @PerchunPak for the PR (#296).
3.7.0
- Python 3.10 now officially supported.
- Dropped support for Python 3.6.