Searched refs:temp_cwd (Results 1 – 25 of 26) sorted by relevance
12
/third_party/python/Lib/test/test_tools/ |
D | test_i18n.py | 10 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/ |
D | test_netrc.py | 112 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:
|
D | test_pdb.py | 1594 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:
|
D | test_imp.py | 304 with os_helper.temp_cwd(): 369 with os_helper.temp_cwd():
|
D | test_unicode_file_functions.py | 164 with os_helper.temp_cwd(dirname):
|
D | test_pydoc.py | 730 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:
|
D | test_support.py | 293 with os_helper.temp_cwd(name=TESTFN): 302 with os_helper.temp_cwd(name=None) as new_cwd:
|
D | test_genericpath.py | 473 with os_helper.temp_cwd(unicwd): 492 with os_helper.temp_cwd(name):
|
D | test_cmd_line.py | 549 with os_helper.temp_cwd() as tmpdir: 611 with os_helper.temp_cwd():
|
D | test_ntpath.py | 607 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:
|
D | test_fstring.py | 16 from test.support.os_helper import temp_cwd 1129 with temp_cwd() as cwd:
|
D | test_tarfile.py | 2486 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):
|
D | test_cmd_line_script.py | 229 with os_helper.temp_cwd() as script_dir:
|
D | test_bdb.py | 534 with os_helper.temp_cwd():
|
D | test_zipfile.py | 25 from test.support.os_helper import TESTFN, unlink, rmtree, temp_dir, temp_cwd 1339 with temp_cwd(): 1385 with temp_cwd():
|
D | test_subprocess.py | 442 with os_helper.temp_cwd() as wrong_dir: 459 with os_helper.temp_cwd() as wrong_dir:
|
D | _test_multiprocessing.py | 1120 with os_helper.temp_cwd():
|
/third_party/python/Lib/distutils/tests/ |
D | test_filelist.py | 300 with os_helper.temp_cwd(): 310 with os_helper.temp_cwd():
|
/third_party/python/Lib/test/test_importlib/ |
D | test_api.py | 251 with os_helper.temp_cwd(None) as cwd: 302 with os_helper.temp_cwd(None) as cwd:
|
D | util.py | 163 with os_helper.temp_cwd(None) as cwd:
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 433 def temp_cwd(name='tempcwd', quiet=False): function
|
/third_party/python/Lib/test/test_warnings/ |
D | __init__.py | 1227 with os_helper.temp_cwd() as cwd, os_helper.temp_cwd('encodings'):
|
/third_party/python/Lib/test/libregrtest/ |
D | main.py | 652 with os_helper.temp_cwd(test_cwd, quiet=True):
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a3.rst | 974 Fix test_netrc on VxWorks: create temporary directories using temp_cwd().
|
/third_party/python/Doc/library/ |
D | test.rst | 1427 .. function:: temp_cwd(name='tempcwd', quiet=False)
|
12