Searched refs:temp_cwd (Results 1 - 23 of 23) sorted by relevance
/third_party/python/Lib/test/test_tools/ |
H A D | test_i18n.py | 10 from test.support.os_helper import temp_cwd, temp_dir namespace 59 with temp_cwd(None) as cwd: 71 with temp_cwd(None) as cwd: 98 with temp_cwd(None) as cwd: 320 with temp_cwd(None), temp_dir(None) as sdir:
|
/third_party/python/Lib/test/ |
H A D | test_pdb.py | 1972 with os_helper.temp_cwd(): 2015 with os_helper.temp_cwd(): 2257 with os_helper.temp_cwd() as cwd: 2273 with os_helper.temp_cwd() as cwd: 2290 with os_helper.temp_cwd() as cwd:
|
H A D | test_cppext.py | 38 with os_helper.temp_cwd():
|
H A D | test_imp.py | 309 with os_helper.temp_cwd(): 374 with os_helper.temp_cwd():
|
H A D | test_unicode_file_functions.py | 169 with os_helper.temp_cwd(dirname):
|
H A D | test_pydoc.py | 711 with os_helper.temp_cwd() as test_dir: 728 with os_helper.temp_cwd() as test_dir: 732 with os_helper.temp_cwd() as test_dir:
|
H A D | test_support.py | 213 with os_helper.temp_cwd() as temp_path: 222 # process leaves the 'temp_cwd'-context, the __exit__()- 292 # Tests for temp_cwd() 296 with os_helper.temp_cwd(name=TESTFN): 303 """Test passing None to temp_cwd().""" 305 with os_helper.temp_cwd(name=None) as new_cwd:
|
H A D | test_genericpath.py | 481 with os_helper.temp_cwd(unicwd): 500 with os_helper.temp_cwd(name):
|
H A D | test_cmd_line.py | 602 with os_helper.temp_cwd() as tmpdir: 665 with os_helper.temp_cwd():
|
H A D | test_ntpath.py | 710 with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir: # bpo-31047 722 with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir:
|
H A D | test_tarfile.py | 241 with os_helper.temp_cwd(): 1052 with os_helper.temp_cwd(): 2677 with os_helper.temp_cwd(tarextdir): 2687 with os_helper.temp_cwd(tarextdir): 2701 with os_helper.temp_cwd(destdir): 2716 with os_helper.temp_cwd(tarextdir): 2724 with os_helper.temp_cwd(tarextdir):
|
H A D | test_bdb.py | 535 with os_helper.temp_cwd():
|
H A D | test_cmd_line_script.py | 231 with os_helper.temp_cwd() as script_dir:
|
H A D | test_fstring.py | 16 from test.support.os_helper import temp_cwd namespace 1183 with temp_cwd() as cwd:
|
H A D | test_zipfile.py | 30 TESTFN, unlink, rmtree, temp_dir, temp_cwd, fd_count 1506 with temp_cwd(): 1552 with temp_cwd():
|
H A D | test_subprocess.py | 460 with os_helper.temp_cwd() as wrong_dir: 477 with os_helper.temp_cwd() as wrong_dir:
|
H A D | _test_multiprocessing.py | 1170 with os_helper.temp_cwd():
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 300 with os_helper.temp_cwd(): 310 with os_helper.temp_cwd():
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 251 with os_helper.temp_cwd(None) as cwd: 302 with os_helper.temp_cwd(None) as cwd:
|
H A D | util.py | 154 with os_helper.temp_cwd(None) as cwd:
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 515 def temp_cwd(name='tempcwd', quiet=False): function
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 727 with os_helper.temp_cwd(test_cwd, quiet=True):
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 1293 with os_helper.temp_cwd() as cwd, os_helper.temp_cwd('encodings'):
|
Completed in 42 milliseconds