Searched refs:change_cwd (Results 1 – 25 of 28) sorted by relevance
12
/external/python/cpython2/Lib/test/ |
D | test_posixpath.py | 353 with support.change_cwd(dirname(ABSTFN)): 385 with support.change_cwd(ABSTFN): 402 with support.change_cwd(ABSTFN + "/k"): 426 with support.change_cwd(dirname(ABSTFN)): 443 with support.change_cwd(dirname(ABSTFN)):
|
D | test_test_support.py | 215 with support.change_cwd(temp_path) as new_cwd: 226 with support.change_cwd(path) as new_cwd: 244 with support.change_cwd(bad_dir, quiet=True) as new_cwd: 258 with support.change_cwd(path=path, quiet=True):
|
D | test_startfile.py | 31 with test_support.change_cwd(path.dirname(sys.executable)):
|
D | test_unicode_file.py | 8 from test.test_support import run_unittest, change_cwd, TESTFN_UNICODE 121 with change_cwd(chdir_name):
|
D | test_shutil.py | 387 with support.change_cwd(work_dir): 401 with support.change_cwd(work_dir): 476 with support.change_cwd(work_dir): 490 with support.change_cwd(work_dir): 541 with support.change_cwd(root_dir): 590 with support.change_cwd(root_dir):
|
D | test_py_compile.py | 38 with support.change_cwd(self.directory):
|
D | test_cmd_line_script.py | 214 test.test_support.change_cwd(script_dir):
|
D | test_tarfile.py | 1036 with support.change_cwd(TEMPDIR):
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_archive_util.py | 16 from test.support import check_warnings, run_unittest, patch, change_cwd 112 with change_cwd(tmpdir): 241 with change_cwd(tmpdir): 266 with change_cwd(tmpdir):
|
D | test_spawn.py | 81 with test_support.change_cwd(tmp_dir):
|
/external/python/cpython3/Lib/test/ |
D | test_unicode_file.py | 8 from test.support import (run_unittest, rmtree, change_cwd, 89 with change_cwd(chdir_name):
|
D | test_cmd_line_script.py | 348 with support.change_cwd(path=script_dir): 365 with support.change_cwd(path=script_dir): 381 with support.change_cwd(path=script_dir): 393 support.change_cwd(path=script_dir): 438 support.change_cwd(path=script_dir):
|
D | test_startfile.py | 28 with support.change_cwd(path.dirname(sys.executable)):
|
D | test_support.py | 203 with support.change_cwd(temp_path) as new_cwd: 214 with support.change_cwd(path) as new_cwd: 231 with support.change_cwd(bad_dir, quiet=True) as new_cwd: 249 with support.change_cwd(path=path, quiet=True):
|
D | test_glob.py | 8 can_symlink, create_empty_file, change_cwd) 246 with change_cwd(self.tempdir): 275 with change_cwd(tempdir):
|
D | test_shutil.py | 968 with support.change_cwd(work_dir): 982 with support.change_cwd(work_dir): 1057 with support.change_cwd(work_dir): 1070 with support.change_cwd(work_dir): 1122 with support.change_cwd(root_dir): 1172 with support.change_cwd(root_dir): 1206 with support.change_cwd(root_dir): 1214 with support.change_cwd(root_dir): 1448 with support.change_cwd(path=base_dir): 1452 with support.change_cwd(path=self.dir): [all …]
|
D | test_posixpath.py | 383 with support.change_cwd(dirname(ABSTFN)): 421 with support.change_cwd(ABSTFN): 441 with support.change_cwd(ABSTFN + "/k"): 468 with support.change_cwd(dirname(ABSTFN)): 488 with support.change_cwd(dirname(ABSTFN)):
|
D | test_sysconfig.py | 9 captured_stdout, skip_unless_symlink, change_cwd) 370 with change_cwd(os.pardir):
|
D | test_py_compile.py | 104 with support.change_cwd(self.directory):
|
D | test_site.py | 11 change_cwd) 398 with change_cwd(cwd):
|
D | test_ntpath.py | 421 with support.change_cwd(os.path.dirname(sys.executable)):
|
D | test_tarfile.py | 1221 with support.change_cwd(TEMPDIR): 1352 with support.change_cwd(TEMPDIR):
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_spawn.py | 82 with test_support.change_cwd(tmp_dir):
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 767 def change_cwd(path, quiet=False): function 809 with change_cwd(temp_path, quiet=quiet) as cwd_dir:
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 995 def change_cwd(path, quiet=False): function 1038 with change_cwd(temp_path, quiet=quiet) as cwd_dir:
|
12