Searched defs:tests_dir (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/
H A D__init__.py15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests') variable
16 tests = [t[0:-3] for t in os.listdir(tests_dir)

Completed in 227 milliseconds