Home
last modified time | relevance | path

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

/third_party/python/Lib/test/libregrtest/
Dmain.py616 test_cwd = 'test_python_worker_{}'.format(pid)
618 test_cwd = 'test_python_{}'.format(pid)
619 test_cwd += os_helper.FS_NONASCII
620 test_cwd = os.path.join(self.tmp_dir, test_cwd)
621 return test_cwd
645 test_cwd = self.create_temp_dir()
652 with os_helper.temp_cwd(test_cwd, quiet=True):
656 self.ns.tempdir = test_cwd
/third_party/python/Lib/test/
Dtest_py_compile.py105 def test_cwd(self): member in PyCompileTestsBase
Dtest_ftplib.py571 def test_cwd(self): member in TestFTPClass
Dtest_tarfile.py1401 def test_cwd(self): member in WriteTest
Dtest_subprocess.py420 def test_cwd(self): member in ProcessTestCase
Dtest_shutil.py1780 def test_cwd(self): member in TestWhich
Dtest_pathlib.py1455 def test_cwd(self): member in _BasePathTest
/third_party/glib/gio/tests/
Dgsubprocess.c1450 test_cwd (void) in test_cwd() function
1888 g_test_add_func ("/gsubprocess/cwd", test_cwd); in main()