Home
last modified time | relevance | path

Searched refs:temp_cwd (Results 1 - 23 of 23) sorted by relevance

/third_party/python/Lib/test/test_tools/
H A Dtest_i18n.py10 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 Dtest_pdb.py1972 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 Dtest_cppext.py38 with os_helper.temp_cwd():
H A Dtest_imp.py309 with os_helper.temp_cwd():
374 with os_helper.temp_cwd():
H A Dtest_unicode_file_functions.py169 with os_helper.temp_cwd(dirname):
H A Dtest_pydoc.py711 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 Dtest_support.py213 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 Dtest_genericpath.py481 with os_helper.temp_cwd(unicwd):
500 with os_helper.temp_cwd(name):
H A Dtest_cmd_line.py602 with os_helper.temp_cwd() as tmpdir:
665 with os_helper.temp_cwd():
H A Dtest_ntpath.py710 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 Dtest_tarfile.py241 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 Dtest_bdb.py535 with os_helper.temp_cwd():
H A Dtest_cmd_line_script.py231 with os_helper.temp_cwd() as script_dir:
H A Dtest_fstring.py16 from test.support.os_helper import temp_cwd namespace
1183 with temp_cwd() as cwd:
H A Dtest_zipfile.py30 TESTFN, unlink, rmtree, temp_dir, temp_cwd, fd_count
1506 with temp_cwd():
1552 with temp_cwd():
H A Dtest_subprocess.py460 with os_helper.temp_cwd() as wrong_dir:
477 with os_helper.temp_cwd() as wrong_dir:
H A D_test_multiprocessing.py1170 with os_helper.temp_cwd():
/third_party/python/Lib/distutils/tests/
H A Dtest_filelist.py300 with os_helper.temp_cwd():
310 with os_helper.temp_cwd():
/third_party/python/Lib/test/test_importlib/
H A Dtest_api.py251 with os_helper.temp_cwd(None) as cwd:
302 with os_helper.temp_cwd(None) as cwd:
H A Dutil.py154 with os_helper.temp_cwd(None) as cwd:
/third_party/python/Lib/test/support/
H A Dos_helper.py515 def temp_cwd(name='tempcwd', quiet=False): function
/third_party/python/Lib/test/libregrtest/
H A Dmain.py727 with os_helper.temp_cwd(test_cwd, quiet=True):
/third_party/python/Lib/test/test_warnings/
H A D__init__.py1293 with os_helper.temp_cwd() as cwd, os_helper.temp_cwd('encodings'):

Completed in 42 milliseconds