cpython/Lib/test/test_unittest/testmock
Miss Islington (bot) e9578f6424
[3.12] gh-123934: Fix MagicMock not to reset magic method return values (GH-124038) (#124232)
gh-123934: Fix `MagicMock` not to reset magic method return values (GH-124038)
(cherry picked from commit 7628f67d55)

Co-authored-by: sobolevn <mail@sobolevn.me>
2024-09-19 08:18:01 +00:00
..
__init__.py
__main__.py
support.py [3.12] gh-119600: mock: do not access attributes of original when new_callable is set (GH-119601) (#120335) 2024-06-11 06:01:02 +00:00
testasync.py [3.12] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302) (GH-106534) 2023-07-07 14:25:24 -07:00
testcallable.py
testhelpers.py [3.12] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (GH-120019) (#120337) 2024-06-11 06:07:25 +00:00
testmagicmethods.py [3.12] gh-123934: Fix MagicMock not to reset magic method return values (GH-124038) (#124232) 2024-09-19 08:18:01 +00:00
testmock.py [3.12] gh-120732: Fix name passing to Mock, when using kwargs to create_autospec (GH-120737) (#120761) 2024-06-19 20:53:19 +00:00
testpatch.py [3.12] gh-119600: mock: do not access attributes of original when new_callable is set (GH-119601) (#120335) 2024-06-11 06:01:02 +00:00
testsealable.py Fix mock code coverage. (#100580) 2022-12-28 12:36:26 +00:00
testsentinel.py
testwith.py