diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2023-04-08 02:09:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-08 02:09:00 (GMT) |
commit | 26c65980dc6d842879d133165bb7c461d98cc6c7 (patch) | |
tree | 3ade99c9f2b08ceef11f1f5625cefec639863042 /Misc/NEWS.d | |
parent | 91794e587306343619a451473efae22aa9f4b9bd (diff) | |
download | cpython-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.rst | 1 |
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. |