cpython/Lib/test/test_unittest/testmock
Christian Klein 7f1eefc6f4
gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2023-01-04 22:31:29 +00:00
..
__init__.py
__main__.py
support.py
testasync.py Remove skipped test in test for async mocks. (#100559) 2022-12-28 10:55:50 +00:00
testcallable.py
testhelpers.py
testmagicmethods.py
testmock.py gh-100739: Respect mock spec when checking for unsafe prefixes (#100740) 2023-01-04 22:31:29 +00:00
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 Fix mock code coverage. (#100580) 2022-12-28 12:36:26 +00:00
testsentinel.py
testwith.py