summaryrefslogtreecommitdiff
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-06 20:50:00 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-06 20:50:00 +0200
commit1ce8f2c0da8e56a2d4ead30c7bb75f6f87704e20 (patch)
treef622d2cbbe14a213b411fe8a9b1026f2649e80f3 /Lib/test/test_support.py
parent937ce837be4484f60df7bf276ee8f1489fa3655e (diff)
downloadcpython-1ce8f2c0da8e56a2d4ead30c7bb75f6f87704e20.tar.gz
Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support.
Patch by Valerie Lambert.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r--Lib/test/test_support.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py
index 4edb1a8e01..9afc1d066d 100644
--- a/Lib/test/test_support.py
+++ b/Lib/test/test_support.py
@@ -306,6 +306,7 @@ class TestSupport(unittest.TestCase):
# args_from_interpreter_flags
# can_symlink
# skip_unless_symlink
+ # SuppressCoreFiles
def test_main():