Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_import.py61 def test_with_extension(ext): function
102 test_with_extension(os.extsep + "py")
105 test_with_extension(ext)
/external/python/cpython3/Lib/test/test_import/
D__init__.py127 def test_with_extension(ext): function
163 test_with_extension(".py")
166 test_with_extension(ext)