cpython/Lib/test/test_unittest/testmock
2026-03-19 19:39:41 -07:00
..
__init__.py
__main__.py
support.py gh-119600: mock: do not access attributes of original when new_callable is set (#119601) 2024-06-11 06:41:12 +01:00
testasync.py gh-134657: Remove newly added private names from asyncio.__all__ (#134665) 2025-07-09 13:25:46 +05:30
testcallable.py gh-71339: Add additional assertion methods for unittest (GH-128707) 2025-01-14 10:02:38 +02:00
testhelpers.py gh-135368: Fix mocks on dataclass specs with instance=True (#135421) 2025-06-14 09:46:43 +01:00
testmagicmethods.py gh-71339: Add additional assertion methods for unittest (GH-128707) 2025-01-14 10:02:38 +02:00
testmock.py gh-145754: Update signature retrieval in unittest.mock to use forwardref annotation format (#145756) 2026-03-19 19:39:41 -07:00
testpatch.py unittest.mock test and coverage fixup (#130787) 2025-03-03 11:44:59 +00:00
testsealable.py
testsentinel.py
testthreadingmock.py gh-142752: add more thread safety tests for mock (#142791) 2025-12-17 13:17:12 +05:30
testwith.py