Home
last modified time | relevance | path

Searched refs:tempdir (Results 51 - 56 of 56) sorted by relevance

123

/third_party/python/Lib/test/test_importlib/
H A Dtest_metadata_api.py97 alt_site_dir = self.fixtures.enter_context(fixtures.tempdir())
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs268 let tempdir = tempfile::tempdir().unwrap(); in test_getsockname()
269 let sockname = tempdir.path().join("sock"); in test_getsockname()
1509 let tempdir = tempfile::tempdir().unwrap(); in test_named_unixdomain()
1510 let sockname = tempdir.path().join("sock"); in test_named_unixdomain()
/third_party/node/tools/
H A Dtest.py1721 tempdir = os.environ.get('NODE_TEST_DIR') or options.temp_dir
1722 if tempdir:
1723 os.environ['NODE_TEST_DIR'] = tempdir
1725 os.makedirs(tempdir)
/third_party/python/Lib/test/test_import/
H A D__init__.py55 with temp_dir() as tempdir:
56 path = script_helper.make_script(tempdir, name, source)
59 sys.path.insert(0, tempdir)
61 sys.path.remove(tempdir)
/third_party/python/Lib/
H A Dpydoc.py1625 with tempfile.TemporaryDirectory() as tempdir:
1626 filename = os.path.join(tempdir, 'pydoc.out')
/third_party/python/Lib/test/
H A Dtest_inspect.py872 self.tempdir = TESTFN + '_dir'
873 os.mkdir(self.tempdir)
874 with open(os.path.join(self.tempdir, 'inspect_fodder3%spy' % os.extsep),
877 with DirsOnSysPath(self.tempdir):
883 shutil.rmtree(self.tempdir)

Completed in 18 milliseconds

123