cpython/Lib/test/test_unittest/testmock
Miss Islington (bot) 6e13e50859
[3.12] gh-115274: Fix direct invocation of testmock/testpatch.py (GH-115275) (#115280)
gh-115274: Fix direct invocation of `testmock/testpatch.py` (GH-115275)
(cherry picked from commit f8e9c57067)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2024-02-11 12:14:37 +03:00
..
__init__.py
__main__.py
support.py
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 gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (#103228) 2023-04-13 08:37:57 +01:00
testmagicmethods.py
testmock.py [3.12] gh-111019: Align expected and actual titles in test output (GH-111020) (#111024) 2023-10-18 08:01:18 +00:00
testpatch.py [3.12] gh-115274: Fix direct invocation of testmock/testpatch.py (GH-115275) (#115280) 2024-02-11 12:14:37 +03:00
testsealable.py Fix mock code coverage. (#100580) 2022-12-28 12:36:26 +00:00
testsentinel.py
testwith.py