Home
last modified time | relevance | path

Searched refs:ZipSupportTests (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_zipimport_support.py64 class ZipSupportTests(ImportHooksBaseTestCase): class
246 test.test_support.run_unittest(ZipSupportTests)
/external/python/cpython3/Lib/test/
Dtest_zipimport_support.py55 class ZipSupportTests(unittest.TestCase): class