Home
last modified time | relevance | path

Searched refs:ImportHooksBaseTestCase (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_zipimport_support.py34 from test.test_importhooks import ImportHooksBaseTestCase
64 class ZipSupportTests(ImportHooksBaseTestCase):
73 ImportHooksBaseTestCase.setUp(self)
Dtest_importhooks.py139 class ImportHooksBaseTestCase(unittest.TestCase): class
157 class ImportHooksTestCase(ImportHooksBaseTestCase):
Dtest_zipimport.py10 from test.test_importhooks import ImportHooksBaseTestCase, test_src, test_co
58 class UncompressedZipImportTestCase(ImportHooksBaseTestCase):
67 ImportHooksBaseTestCase.setUp(self)
/external/python/cpython3/Lib/test/
Dtest_zipimport.py63 class ImportHooksBaseTestCase(unittest.TestCase): class
80 class UncompressedZipImportTestCase(ImportHooksBaseTestCase):
89 ImportHooksBaseTestCase.setUp(self)