We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845876e commit dc2e973Copy full SHA for dc2e973
.pre-commit-config.yaml
@@ -19,4 +19,3 @@ repos:
19
files: ^(CHANGELOG.rst|README.rst|HOWTORELEASE.rst|changelog/.*)$
20
language: python
21
additional_dependencies: [pygments, restructuredtext_lint]
22
- python_version: python3.6
CHANGELOG.rst
@@ -1,3 +1,12 @@
1
+1.12.0 (2019-11-19)
2
+-------------------
3
+
4
+* Now all patch functions also raise a ``ValueError`` when used
5
+ as a context-manager. Thanks `@AlexGascon`_ for the PR (`#168`_).
6
7
+.. _@AlexGascon: https://github.com/AlexGascon
8
+.. _#168: https://github.com/pytest-dev/pytest-mock/pull/168
9
10
1.11.2 (2019-10-19)
11
-------------------
12
0 commit comments