Skip to content

v3.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 20:59
· 13 commits to main since this release

2025-09-04

  • Python 3.8 (EOL) is no longer supported.
  • #524: Added spy_return_iter to mocker.spy, which contains a duplicate of the return value of the spied method if it is an Iterator.