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.
1 parent f8b85bf commit f1f2c49Copy full SHA for f1f2c49
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