Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py25 FIXER_DIR = os.path.join(TEST_DATA_DIR, "fixers") variable
27 sys.path.append(FIXER_DIR)
38 sys.path.append(FIXER_DIR)
216 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
220 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py19 FIXER_DIR = os.path.join(TEST_DATA_DIR, "fixers") variable
21 sys.path.append(FIXER_DIR)
32 sys.path.append(FIXER_DIR)
220 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
224 test_file = os.path.join(FIXER_DIR, "parrot_example.py")