]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124176: Add special support for dataclasses to `create_autospec` (#124429)
authorsobolevn <mail@sobolevn.me>
Fri, 27 Sep 2024 06:48:31 +0000 (09:48 +0300)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 06:48:31 +0000 (09:48 +0300)
commit3a0e7f57628466aedcaaf6c5ff7c8224f5155a2c
tree9b1cefec532fff95a3296bb09645beefef4a8647
parent08e1bbe4a329e5961716f030c6ccfe92c736bf28
gh-124176: Add special support for dataclasses to `create_autospec` (#124429)
Lib/test/test_unittest/testmock/testhelpers.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2024-09-24-13-32-16.gh-issue-124176.6hmOPz.rst [new file with mode: 0644]