cpython/Lib/unittest/test/testmock
Serhiy Storchaka 6cd08a566f
[3.11] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302). (GH-106545)
(cherry picked from commit 6e6a4cd523)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2023-07-08 08:22:33 +00:00
..
__init__.py
__main__.py
support.py
testasync.py [3.11] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302). (GH-106545) 2023-07-08 08:22:33 +00:00
testcallable.py
testhelpers.py [3.11] gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (GH-103228) (#103499) 2023-05-22 12:47:12 +02:00
testmagicmethods.py
testmock.py gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740) 2023-01-04 15:08:37 -08:00
testpatch.py [3.11] gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (GH-103228) (#103499) 2023-05-22 12:47:12 +02:00
testsealable.py
testsentinel.py
testwith.py