Home | History | Annotate | Download | only in test

Lines Matching refs:TEST_DIR

13 TEST_DIR = tempfile.mkdtemp()
14 TEST_PATH = [TEST_DIR, os.path.dirname(tempfile.__file__)]
26 # Each package will be created in TEST_DIR, and TEST_DIR will be
28 # Modulefinder searches in a path that contains TEST_DIR, plus
241 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
276 shutil.rmtree(TEST_DIR)
303 base_path = os.path.join(TEST_DIR, 'a')
313 old_path = os.path.join(TEST_DIR, 'a', 'module.py')
314 new_path = os.path.join(TEST_DIR, 'a', 'spam.py')