We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b85bf + f1f2c49 commit 4395c2bCopy full SHA for 4395c2b
CHANGELOG.rst
@@ -4,6 +4,18 @@ Releases
4
3.11.1 (2023-06-15)
5
-------------------
6
7
+(This release source code is identical to ``3.11.0`` except a small internal fix to deployment/CI)
8
+
9
+* Fixed introspection for failed ``assert_has_calls`` (`#365`_).
10
11
+* Updated type annotations for ``mocker.patch`` and ``mocker.spy`` (`#364`_).
12
13
+.. _#365: https://github.com/pytest-dev/pytest-mock/pull/365
14
+.. _#364: https://github.com/pytest-dev/pytest-mock/pull/364
15
16
+3.11.0 (2023-06-15)
17
+-------------------
18
19
* Fixed introspection for failed ``assert_has_calls`` (`#365`_).
20
21
* Updated type annotations for ``mocker.patch`` and ``mocker.spy`` (`#364`_).
0 commit comments