cpython/Lib/test/test_unittest/testmock
sobolevn c8319a3fea
gh-135368: Fix mocks on dataclass specs with instance=True (#135421)
* gh-135368: Fix mocks on dataclass specs with `instance=True`

* Extend dataclass mock_methods

---------

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2025-06-14 09:46:43 +01:00
..
__init__.py
__main__.py
support.py
testasync.py gh-71339: Add additional assertion methods for unittest (GH-128707) 2025-01-14 10:02:38 +02:00
testcallable.py gh-71339: Add additional assertion methods for unittest (GH-128707) 2025-01-14 10:02:38 +02:00
testhelpers.py gh-135368: Fix mocks on dataclass specs with instance=True (#135421) 2025-06-14 09:46:43 +01:00
testmagicmethods.py gh-71339: Add additional assertion methods for unittest (GH-128707) 2025-01-14 10:02:38 +02:00
testmock.py unittest.mock test and coverage fixup (#130787) 2025-03-03 11:44:59 +00:00
testpatch.py unittest.mock test and coverage fixup (#130787) 2025-03-03 11:44:59 +00:00
testsealable.py
testsentinel.py
testthreadingmock.py
testwith.py