Searched defs:support (Results 76 - 100 of 566) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/distutils/tests/
H A Dtest_install_headers.py8 from distutils.tests import support namespace
11 class InstallHeadersTestCase(support.TempdirManager,
12 support.LoggingSilencer,
13 support.EnvironGuard,
H A Dtest_text_file.py5 from distutils.tests import support namespace
15 class TextFileTestCase(support.TempdirManager, unittest.TestCase):
/external/python/cpython2/Lib/lib2to3/tests/
H A D__init__.py11 from . import support namespace
H A Dpytree_idempotency.py10 from . import support namespace
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_bdist.py4 from test.support import run_unittest
7 from distutils.tests import support namespace
10 class BuildTestCase(support.TempdirManager,
36 names = ['bdist_dumb', 'bdist_wininst'] # bdist_rpm does not support --skip-build
H A Dtest_bdist_msi.py4 from test.support import run_unittest
5 from distutils.tests import support namespace
9 class BDistMSITestCase(support.TempdirManager,
10 support.LoggingSilencer,
H A Dtest_build.py5 from test.support import run_unittest
8 from distutils.tests import support namespace
11 class BuildTestCase(support.TempdirManager,
12 support.LoggingSilencer,
H A Dtest_clean.py6 from distutils.tests import support namespace
7 from test.support import run_unittest
9 class cleanTestCase(support.TempdirManager,
10 support.LoggingSilencer,
H A Dtest_install_data.py6 from distutils.tests import support namespace
7 from test.support import run_unittest
9 class InstallDataTestCase(support.TempdirManager,
10 support.LoggingSilencer,
11 support.EnvironGuard,
H A Dtest_install_headers.py6 from distutils.tests import support namespace
7 from test.support import run_unittest
9 class InstallHeadersTestCase(support.TempdirManager,
10 support.LoggingSilencer,
11 support.EnvironGuard,
H A Dtest_text_file.py5 from distutils.tests import support namespace
6 from test.support import run_unittest
15 class TextFileTestCase(support.TempdirManager, unittest.TestCase):
/external/python/cpython3/Lib/test/
H A Dtest_binhex.py8 from test import support namespace
14 self.fname1 = support.TESTFN + "1"
15 self.fname2 = support.TESTFN + "2"
16 self.fname3 = support.TESTFN + "very_long_filename__very_long_filename__very_long_filename__very_long_filename__"
19 support.unlink(self.fname1)
20 support.unlink(self.fname2)
21 support.unlink(self.fname3)
51 support.run_unittest(BinHexTestCase)
H A Dtest_crypt.py1 from test import support namespace
4 crypt = support.import_module('crypt')
10 if support.verbose:
H A Dtest_dummy_threading.py1 from test import support namespace
18 if support.verbose:
23 if support.verbose:
27 if support.verbose:
31 if support.verbose:
52 if support.verbose:
56 if support.verbose:
H A Dtest_future5.py6 from test import support namespace
15 with support.captured_output("stderr") as s:
H A Dtest_grp.py4 from test import support namespace
6 grp = support.import_module('grp')
H A Dtest_pstats.py2 from test import support namespace
28 stats_file = support.findfile('pstats.pck')
H A Dtest_pwd.py3 from test import support namespace
5 pwd = support.import_module('pwd')
113 if not support.is_android:
118 if not support.is_android:
H A Dtest_spwd.py3 from test import support namespace
5 spwd = support.import_module('spwd')
H A Dtest_sqlite.py1 import test.support namespace
4 test.support.import_module('_sqlite3')
13 if test.support.verbose:
H A Dtest_startfile.py11 from test import support namespace
16 startfile = support.get_attribute(os, 'startfile')
28 with support.change_cwd(path.dirname(sys.executable)):
H A Dtest_tix.py2 from test import support namespace
6 _tkinter = support.import_module('_tkinter')
9 support.requires('gui')
H A Dtest_ttk_guionly.py2 from test import support namespace
5 support.import_module('_tkinter')
8 support.requires('gui')
30 support.run_unittest(
/external/python/cpython3/Lib/test/test_importlib/extension/
H A Dtest_case_sensitivity.py2 from test import support namespace
25 with support.EnvironmentVarGuard() as env:
32 with support.EnvironmentVarGuard() as env:
/external/python/cpython3/Lib/test/test_tools/
H A D__init__.py5 from test import support namespace
20 with support.DirsOnSysPath(scriptsdir):
24 return support.load_package_tests(os.path.dirname(__file__), *args)

Completed in 667 milliseconds

1234567891011>>