Home | History | Annotate | Download | only in test

Lines Matching refs:TESTCWD

1552     TESTCWD = 'test_python_{}'.format(os.getpid())
1554 TESTCWD = os.path.join(TEMPDIR, TESTCWD)
1560 with test_support.temp_cwd(TESTCWD, quiet=True):