Searched defs:support (Results 151 - 175 of 566) sorted by relevance

1234567891011>>

/external/python/cpython2/Mac/Modules/qt/
H A Dqtscan.py39 exec "import " + SHORT + "support" namespace
/external/python/cpython2/Mac/Modules/scrap/
H A Dscrapscan.py24 exec "import " + SHORT + "support" namespace
/external/python/cpython2/Mac/Modules/te/
H A Dtescan.py22 exec "import " + SHORT + "support" namespace
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_memfunctions.py2 from test import support namespace
55 @support.refcount_test
H A Dtest_python_api.py3 from test import support namespace
28 @support.refcount_test
41 @support.refcount_test
57 @support.refcount_test
H A Dtest_stringptr.py2 from test import support namespace
11 @support.refcount_test
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_bdist_dumb.py7 from test.support import run_unittest
11 from distutils.tests import support namespace
29 class BuildDumbTestCase(support.TempdirManager,
30 support.LoggingSilencer,
31 support.EnvironGuard,
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
H A Dtest_bdist_rpm.py6 from test.support import run_unittest, requires_zlib
10 from distutils.tests import support namespace
22 class BuildRpmTestCase(support.TempdirManager,
23 support.EnvironGuard,
24 support.LoggingSilencer,
H A Dtest_build_scripts.py10 from distutils.tests import support namespace
11 from test.support import run_unittest
14 class BuildScriptsTestCase(support.TempdirManager,
15 support.LoggingSilencer,
47 dist.command_obj["build"] = support.DummyCommand(
H A Dtest_check.py4 from test.support import run_unittest
7 from distutils.tests import support namespace
16 class CheckTestCase(support.LoggingSilencer,
17 support.TempdirManager,
H A Dtest_dep_util.py7 from distutils.tests import support namespace
8 from test.support import run_unittest
10 class DepUtilTestCase(support.TempdirManager, unittest.TestCase):
H A Dtest_install_scripts.py9 from distutils.tests import support namespace
10 from test.support import run_unittest
13 class InstallScriptsTestCase(support.TempdirManager,
14 support.LoggingSilencer,
19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
H A Dtest_spawn.py5 from test.support import run_unittest, unix_shell
10 from distutils.tests import support namespace
12 class SpawnTestCase(support.TempdirManager,
13 support.LoggingSilencer,
/external/python/cpython3/Lib/lib2to3/tests/
H A Dpytree_idempotency.py12 from . import support namespace
/external/python/cpython3/Lib/test/
H A Dfork_wait.py1 """This test case provides support for checking forking and wait behavior.
13 import test.support as support namespace
14 _thread = support.import_module('_thread')
46 @support.reap_threads
H A Dtest___all__.py2 from test import support namespace
18 with support.check_warnings(
88 if support.verbose:
102 if support.verbose:
H A Dtest_bigaddrspace.py11 from test import support namespace
12 from test.support import bigaddrspacetest, MAX_Py_ssize_t
96 support.run_unittest(BytesTest, StrTest)
100 support.set_memlimit(sys.argv[1])
H A Dtest_bufio.py2 from test import support namespace
20 support.unlink(support.TESTFN)
24 f = self.open(support.TESTFN, "wb")
31 f = open(support.TESTFN, "rb")
40 support.unlink(support.TESTFN)
H A Dtest_crashers.py10 import test.support namespace
11 from test.support.script_helper import assert_python_failure
21 @test.support.cpython_only
28 if test.support.verbose:
34 test.support.reap_children()
H A Dtest_dbm_gnu.py1 from test import support namespace
2 gdbm = support.import_module("dbm.gnu") #skip if not supported
5 from test.support import TESTFN, unlink
H A Dtest_dbm_ndbm.py1 from test import support namespace
2 support.import_module("dbm.ndbm") #skip if not supported
10 self.filename = support.TESTFN
16 support.unlink(self.filename + suffix)
H A Dtest_doctest2.py16 from test import support namespace
113 f, t = support.run_doctest(test_doctest2)
115 raise support.TestFailed("expected %d tests to run, not %d" %
/external/python/cpython3/Lib/test/libregrtest/
H A Dcmdline.py4 from test import support namespace
82 such as those requiring large file support or network connectivity.
102 resource, e.g. testing SSL support for sockets.
251 return os.path.join(support.SAVEDCWD, string)
294 # Issue #14191: argparse doesn't support "intermixed" positional and
H A Dsetup.py7 from test import support namespace
30 support.record_original_stdout(sys.stdout)
78 support.set_memlimit(ns.memlimit)
105 support.use_resources = ns.use_resources
/external/python/cpython3/Lib/test/test_importlib/import_/
H A Dtest_packages.py4 from test import support namespace
101 support.unload(subname)

Completed in 856 milliseconds

1234567891011>>