cpython/Lib/test/test_tools
Victor Stinner a8c8526fd8
gh-97669: Fix test_tools reference leak (#98216)
test_tools.test_sundry() now uses an unittest mock to prevent the
logging module to register a real "atfork" function which kept the
logging module dictionary alive. So the logging module can be
properly unloaded. Previously, the logging module was loaded before
test_sundry(), but it's no longer the case since recent test_tools
sub-tests removals.
2022-10-12 17:26:21 +02:00
..
__init__.py
__main__.py
test_freeze.py
test_i18n.py
test_reindent.py gh-97669: Create Tools/patchcheck/ directory (#98186) 2022-10-12 10:09:21 +02:00
test_sundry.py gh-97669: Fix test_tools reference leak (#98216) 2022-10-12 17:26:21 +02:00