Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.14] gh-135368: Fix mocks on dataclass specs with `instance=True` (GH-13542... | Miss Islington (bot) | 2025-06-14 | 1 | -0/+21 |
* | `unittest.mock` test and coverage fixup (#130787) | Chris Withers | 2025-03-03 | 1 | -1/+1 |
* | gh-71339: Add additional assertion methods for unittest (GH-128707) | Serhiy Storchaka | 2025-01-14 | 1 | -1/+1 |
* | gh-124176: Add special support for dataclasses to `create_autospec` (#124429) | sobolevn | 2024-09-27 | 1 | -0/+72 |
* | gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt... | blhsing | 2024-06-11 | 1 | -0/+8 |
* | gh-102978: Fix mock.patch function signatures for class and staticmethod deco... | Tomas R | 2023-04-13 | 1 | -0/+18 |
* | gh-103329: Add regression test for PropertyMock with side effect (#103358) | Russell Keith-Magee | 2023-04-08 | 1 | -1/+22 |
* | gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043) | Victor Stinner | 2022-06-21 | 1 | -0/+1127 |