Home
last modified time | relevance | path

Searched refs:change_cwd (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_posixpath.py353 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)):
Dtest_test_support.py215 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):
Dtest_startfile.py31 with test_support.change_cwd(path.dirname(sys.executable)):
Dtest_unicode_file.py8 from test.test_support import run_unittest, change_cwd, TESTFN_UNICODE
121 with change_cwd(chdir_name):
Dtest_shutil.py387 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):
Dtest_py_compile.py38 with support.change_cwd(self.directory):
Dtest_cmd_line_script.py214 test.test_support.change_cwd(script_dir):
Dtest_tarfile.py1036 with support.change_cwd(TEMPDIR):
/external/python/cpython3/Lib/distutils/tests/
Dtest_archive_util.py16 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):
Dtest_spawn.py81 with test_support.change_cwd(tmp_dir):
/external/python/cpython3/Lib/test/
Dtest_unicode_file.py8 from test.support import (run_unittest, rmtree, change_cwd,
89 with change_cwd(chdir_name):
Dtest_cmd_line_script.py348 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):
Dtest_startfile.py28 with support.change_cwd(path.dirname(sys.executable)):
Dtest_support.py203 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):
Dtest_glob.py8 can_symlink, create_empty_file, change_cwd)
246 with change_cwd(self.tempdir):
275 with change_cwd(tempdir):
Dtest_shutil.py968 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 …]
Dtest_posixpath.py383 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)):
Dtest_sysconfig.py9 captured_stdout, skip_unless_symlink, change_cwd)
370 with change_cwd(os.pardir):
Dtest_py_compile.py104 with support.change_cwd(self.directory):
Dtest_site.py11 change_cwd)
398 with change_cwd(cwd):
Dtest_ntpath.py421 with support.change_cwd(os.path.dirname(sys.executable)):
Dtest_tarfile.py1221 with support.change_cwd(TEMPDIR):
1352 with support.change_cwd(TEMPDIR):
/external/python/cpython2/Lib/distutils/tests/
Dtest_spawn.py82 with test_support.change_cwd(tmp_dir):
/external/python/cpython2/Lib/test/support/
D__init__.py767 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__.py995 def change_cwd(path, quiet=False): function
1038 with change_cwd(temp_path, quiet=quiet) as cwd_dir:

12