cpython/Lib/test/test_unittest/testmock
Miss Islington (bot) f6481925d8
[3.12] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (GH-120019) (#120337)
gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (GH-120019)
(cherry picked from commit 9e9ee50421)

Co-authored-by: blhsing <blhsing@gmail.com>
2024-06-11 06:07:25 +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
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
testmock.py [3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (GH-118163) (#118517) 2024-05-02 18:01:17 +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
testsentinel.py
testwith.py