summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest/testmock/testhelpers.py
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-135368: Fix mocks on dataclass specs with `instance=True` (GH-13542...Miss Islington (bot)2025-06-141-0/+21
* `unittest.mock` test and coverage fixup (#130787)Chris Withers2025-03-031-1/+1
* gh-71339: Add additional assertion methods for unittest (GH-128707)Serhiy Storchaka2025-01-141-1/+1
* gh-124176: Add special support for dataclasses to `create_autospec` (#124429)sobolevn2024-09-271-0/+72
* gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt...blhsing2024-06-111-0/+8
* gh-102978: Fix mock.patch function signatures for class and staticmethod deco...Tomas R2023-04-131-0/+18
* gh-103329: Add regression test for PropertyMock with side effect (#103358)Russell Keith-Magee2023-04-081-1/+22
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-0/+1127