Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support.

Patch by Valerie Lambert.
This commit is contained in:
Antoine Pitrou 2013-09-06 20:50:00 +02:00
parent 4a0430166b
commit b0478b3f5f
4 changed files with 50 additions and 46 deletions

View file

@ -306,6 +306,7 @@ class TestSupport(unittest.TestCase):
# args_from_interpreter_flags
# can_symlink
# skip_unless_symlink
# SuppressCoreFiles
def test_main():