Home
last modified time | relevance | path

Searched refs:TESTFNDIR (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_zipfile.py35 TESTFNDIR = TESTFN + "d" variable
3004 os.mkdir(TESTFNDIR)
3005 self.addCleanup(rmtree, TESTFNDIR)
3006 with open(os.path.join(TESTFNDIR, 'file.txt'), 'w', encoding='utf-8') as f:
3008 files = [TESTFN, TESTFNDIR]
3009 namelist = [TESTFN, TESTFNDIR + '/', TESTFNDIR + '/file.txt']

Completed in 5 milliseconds