Home
last modified time | relevance | path

Searched refs:temp_cwd (Results 1 – 25 of 26) sorted by relevance

12

/third_party/python/Lib/test/test_tools/
Dtest_i18n.py10 from test.support.os_helper import temp_cwd, temp_dir
59 with temp_cwd(None) as cwd:
71 with temp_cwd(None) as cwd:
98 with temp_cwd(None) as cwd:
300 with temp_cwd(None), temp_dir(None) as sdir:
/third_party/python/Lib/test/
Dtest_netrc.py112 with os_helper.temp_cwd(None) as d:
129 with os_helper.temp_cwd(None) as d:
139 with os_helper.temp_cwd(None) as fake_home:
Dtest_pdb.py1594 with os_helper.temp_cwd():
1841 with os_helper.temp_cwd() as cwd:
1857 with os_helper.temp_cwd() as cwd:
1874 with os_helper.temp_cwd() as cwd:
Dtest_imp.py304 with os_helper.temp_cwd():
369 with os_helper.temp_cwd():
Dtest_unicode_file_functions.py164 with os_helper.temp_cwd(dirname):
Dtest_pydoc.py730 with os_helper.temp_cwd() as test_dir:
747 with os_helper.temp_cwd() as test_dir:
751 with os_helper.temp_cwd() as test_dir:
Dtest_support.py293 with os_helper.temp_cwd(name=TESTFN):
302 with os_helper.temp_cwd(name=None) as new_cwd:
Dtest_genericpath.py473 with os_helper.temp_cwd(unicwd):
492 with os_helper.temp_cwd(name):
Dtest_cmd_line.py549 with os_helper.temp_cwd() as tmpdir:
611 with os_helper.temp_cwd():
Dtest_ntpath.py607 with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir: # bpo-31047
619 with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir:
Dtest_fstring.py16 from test.support.os_helper import temp_cwd
1129 with temp_cwd() as cwd:
Dtest_tarfile.py2486 with os_helper.temp_cwd(tarextdir):
2496 with os_helper.temp_cwd(tarextdir):
2506 with os_helper.temp_cwd(tarextdir):
2514 with os_helper.temp_cwd(tarextdir):
Dtest_cmd_line_script.py229 with os_helper.temp_cwd() as script_dir:
Dtest_bdb.py534 with os_helper.temp_cwd():
Dtest_zipfile.py25 from test.support.os_helper import TESTFN, unlink, rmtree, temp_dir, temp_cwd
1339 with temp_cwd():
1385 with temp_cwd():
Dtest_subprocess.py442 with os_helper.temp_cwd() as wrong_dir:
459 with os_helper.temp_cwd() as wrong_dir:
D_test_multiprocessing.py1120 with os_helper.temp_cwd():
/third_party/python/Lib/distutils/tests/
Dtest_filelist.py300 with os_helper.temp_cwd():
310 with os_helper.temp_cwd():
/third_party/python/Lib/test/test_importlib/
Dtest_api.py251 with os_helper.temp_cwd(None) as cwd:
302 with os_helper.temp_cwd(None) as cwd:
Dutil.py163 with os_helper.temp_cwd(None) as cwd:
/third_party/python/Lib/test/support/
Dos_helper.py433 def temp_cwd(name='tempcwd', quiet=False): function
/third_party/python/Lib/test/test_warnings/
D__init__.py1227 with os_helper.temp_cwd() as cwd, os_helper.temp_cwd('encodings'):
/third_party/python/Lib/test/libregrtest/
Dmain.py652 with os_helper.temp_cwd(test_cwd, quiet=True):
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst974 Fix test_netrc on VxWorks: create temporary directories using temp_cwd().
/third_party/python/Doc/library/
Dtest.rst1427 .. function:: temp_cwd(name='tempcwd', quiet=False)

12