Lines Matching defs:support
5 import test.support, unittest
11 from test.support import script_helper, is_android
12 from test.support.script_helper import (spawn_python, kill_python, assert_python_ok,
62 # use subprocess module directly because test.support.script_helper adds
136 @unittest.skipUnless(test.support.FS_NONASCII, 'need support.FS_NONASCII')
140 % (test.support.FS_NONASCII, ord(test.support.FS_NONASCII)))
348 import os, sys, test.support
349 test.support.SuppressCrashReport().__enter__()
389 self.assertEqual(test.support.strip_python_stderr(err), b'')
437 filename = test.support.TESTFN
438 self.addCleanup(test.support.unlink, filename)
473 with test.support.temp_cwd() as tmpdir:
490 test.support.run_unittest(CmdLineTest)
491 test.support.reap_children()