Lines Matching defs:support
19 from test import support
20 from test.support import MISSING_C_DOCSTRINGS
21 from test.support import import_helper
22 from test.support import threading_helper
23 from test.support import warnings_helper
24 from test.support.script_helper import assert_python_failure, assert_python_ok
69 @support.requires_subprocess()
71 with support.SuppressCrashReport():
265 from test import support
267 with support.SuppressCrashReport():
293 from test import support
295 with support.SuppressCrashReport():
328 from test import support
330 with support.SuppressCrashReport():
534 from test import support
536 with support.SuppressCrashReport():
553 @support.requires_resource('cpu')
557 @support.requires_resource('cpu')
766 with support.SuppressCrashReport():
786 @support.requires_subprocess()
938 if False and support.verbose:
947 if False and support.verbose:
978 if False and support.verbose:
1007 ret = support.run_in_subinterp(code)
1030 ret = support.run_in_subinterp(code)
1043 support.run_in_subinterp("import binascii; binascii.Error.foobar = 'foobar'")
1051 when it doesn't support sub-interpreters.
1074 ret = support.run_in_subinterp(script)
1140 @support.requires_subprocess()
1147 with support.SuppressCrashReport():
1247 @unittest.skipUnless(support.with_pymalloc(), 'need pymalloc')