v3.15.0
2025-09-04
- Python 3.8 (EOL) is no longer supported.
- #524: Added
spy_return_iter
tomocker.spy
, which contains a duplicate of the return value of the spied method if it is anIterator
.
2025-09-04
spy_return_iter
to mocker.spy
, which contains a duplicate of the return value of the spied method if it is an Iterator
.