summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2023-04-08 02:09:00 (GMT)
committerGitHub <noreply@github.com>2023-04-08 02:09:00 (GMT)
commit26c65980dc6d842879d133165bb7c461d98cc6c7 (patch)
tree3ade99c9f2b08ceef11f1f5625cefec639863042 /Misc/NEWS.d
parent91794e587306343619a451473efae22aa9f4b9bd (diff)
downloadcpython-26c65980dc6d842879d133165bb7c461d98cc6c7.zip
cpython-26c65980dc6d842879d133165bb7c461d98cc6c7.tar.gz
cpython-26c65980dc6d842879d133165bb7c461d98cc6c7.tar.bz2
gh-103329: Add regression test for PropertyMock with side effect (#103358)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2023-04-08-00-50-23.gh-issue-103329.M38tqF.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-04-08-00-50-23.gh-issue-103329.M38tqF.rst b/Misc/NEWS.d/next/Tests/2023-04-08-00-50-23.gh-issue-103329.M38tqF.rst
new file mode 100644
index 0000000..79448ed
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2023-04-08-00-50-23.gh-issue-103329.M38tqF.rst
@@ -0,0 +1 @@
+Regression tests for the behaviour of ``unittest.mock.PropertyMock`` were added.