cpython/Lib/test/test_unittest/testmock
andrei kulakov c6325b1c9f
gh-91803: Mock - fix error when using autospec methods with seal (#92213)
Fixes https://github.com/python/cpython/issues/91803.

Co-authored-by: Karthikeyan Singaravelan <tir.karthi@gmail.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2022-11-07 07:24:46 +00:00
..
__init__.py
__main__.py
support.py
testasync.py
testcallable.py
testhelpers.py
testmagicmethods.py
testmock.py
testpatch.py gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691) 2022-09-08 23:46:13 -04:00
testsealable.py gh-91803: Mock - fix error when using autospec methods with seal (#92213) 2022-11-07 07:24:46 +00:00
testsentinel.py
testwith.py