Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_import.py517 class PathsTests(unittest.TestCase): class
669 run_unittest(ImportTests, PycRewritingTests, PathsTests,
/external/python/cpython3/Lib/test/test_import/
D__init__.py691 class PathsTests(unittest.TestCase): class