Lines Matching defs:support
21 from test import support
22 from test.support import os_helper
25 if not support.has_subprocess_support:
54 with support.captured_stderr() as err, self.assertRaises(SystemExit):
61 with support.captured_stdout() as out, \
725 from test import support; support.requires(%r)
972 @support.cpython_only
1341 @support.cpython_only
1400 from test.support import captured_stderr
1433 from test.support import captured_stderr
1460 # support.print_warning() are used.
1464 from test import support
1475 support.print_warning("msg2: print_warning")
1477 support.environment_altered = True