Home | History | Annotate | Download | only in test

Lines Matching refs:TEMPDIR

264 TEMPDIR = os.path.abspath(tempfile.gettempdir())
568 filename = os.path.join(TEMPDIR, 'pynexttest')
2110 global TEMPDIR
2116 TEMPDIR = os.path.join(sysconfig.get_config_var('srcdir'), 'build')
2117 TEMPDIR = os.path.abspath(TEMPDIR)
2118 if not os.path.exists(TEMPDIR):
2119 os.mkdir(TEMPDIR)
2126 TESTCWD = os.path.join(TEMPDIR, TESTCWD)