mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support.
Patch by Valerie Lambert.
This commit is contained in:
parent
4a0430166b
commit
b0478b3f5f
4 changed files with 50 additions and 46 deletions
|
@ -306,6 +306,7 @@ class TestSupport(unittest.TestCase):
|
|||
# args_from_interpreter_flags
|
||||
# can_symlink
|
||||
# skip_unless_symlink
|
||||
# SuppressCoreFiles
|
||||
|
||||
|
||||
def test_main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue