Home
last modified time | relevance | path

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

/third_party/python/Lib/test/libregrtest/
H A Dmain.py689 test_cwd = 'test_python_worker_{}'.format(nounce)
691 test_cwd = 'test_python_{}'.format(nounce)
692 test_cwd += os_helper.FS_NONASCII
693 test_cwd = os.path.join(self.tmp_dir, test_cwd)
694 return test_cwd
720 test_cwd = self.create_temp_dir()
727 with os_helper.temp_cwd(test_cwd, quiet=True):
728 # When using multiprocessing, worker processes will use test_cwd
731 self.ns.tempdir = test_cwd
[all...]
/third_party/python/Lib/test/
H A Dtest_ntpath.py848 test_cwd = os.getenv("SystemRoot")
849 drive, path = ntpath.splitdrive(test_cwd)
850 with os_helper.change_cwd(test_cwd):
H A Dtest_py_compile.py105 def test_cwd(self): member in PyCompileTestsBase
H A Dtest_ftplib.py578 def test_cwd(self): member in TestFTPClass
H A Dtest_tarfile.py1519 def test_cwd(self): member in WriteTest
H A Dtest_pathlib.py1465 def test_cwd(self): member in _BasePathTest
H A Dtest_subprocess.py404 # For use in the test_cwd* tests below.
412 # For use in the test_cwd* tests below.
418 # For use in the test_cwd* tests below.
438 def test_cwd(self): member in ProcessTestCase
H A Dtest_shutil.py1840 def test_cwd(self): member in TestWhich

Completed in 22 milliseconds