Lines Matching defs:support
11 from test import support
12 from test.support import os_helper
13 from test.support.script_helper import (
18 if not support.has_subprocess_support:
100 # use subprocess module directly because test.support.script_helper adds
300 support.is_android), 'test specific to Mac OS X and Android')
467 import os, sys, test.support
468 test.support.SuppressCrashReport().__enter__()
488 "test needs preexec support in subprocess.Popen")
728 with support.SuppressCrashReport():
730 if support.with_pymalloc():
748 code = ("import sys; from test.support.import_helper import "
807 pymalloc = support.with_pymalloc()
961 support.reap_children()