Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/test_tools/
Dtest_i18n.py10 from test.support 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:
230 with temp_cwd(None), temp_dir(None) as sdir:
/external/python/cpython2/Lib/test/
Dtest_pydoc.py401 with test.test_support.temp_cwd() as test_dir:
419 with test.test_support.temp_cwd() as test_dir:
563 with test.test_support.temp_cwd():
592 with test.test_support.temp_cwd():
605 with test.test_support.temp_cwd(), test.test_support.captured_stdin():
616 with test.test_support.temp_cwd():
Dtest_genericpath.py268 with test_support.temp_cwd(unicwd):
276 with test_support.temp_cwd('\xe7w\xf0'):
Dtest_pep277.py167 with test_support.temp_cwd(dirname):
Dtest_ntpath.py290 with test_support.temp_cwd(test_support.TESTFN) as cwd_dir:
Dtest_test_support.py267 with support.temp_cwd(name=TESTFN):
276 with support.temp_cwd(name=None) as new_cwd:
/external/python/cpython3/Lib/distutils/tests/
Dtest_filelist.py300 with test.support.temp_cwd():
310 with test.support.temp_cwd():
/external/python/cpython3/Lib/test/
Dtest_imp.py302 with support.temp_cwd():
367 with support.temp_cwd():
Dtest_unicode_file_functions.py161 with support.temp_cwd(dirname):
Dtest_support.py259 with support.temp_cwd(name=TESTFN):
268 with support.temp_cwd(name=None) as new_cwd:
Dtest_genericpath.py472 with support.temp_cwd(unicwd):
491 with support.temp_cwd(name):
Dtest_cmd_line.py506 with support.temp_cwd() as tmpdir:
568 with support.temp_cwd():
Dtest_pydoc.py730 with test.support.temp_cwd() as test_dir:
747 with test.support.temp_cwd() as test_dir:
751 with test.support.temp_cwd() as test_dir:
Dtest_ntpath.py536 with support.temp_cwd(support.TESTFN) as cwd_dir: # bpo-31047
548 with support.temp_cwd(support.TESTFN) as cwd_dir:
Dtest_pdb.py1456 with support.temp_cwd():
Dtest_fstring.py16 from test.support import temp_cwd, use_old_parser
1064 with temp_cwd() as cwd:
Dtest_tarfile.py2447 with support.temp_cwd(tarextdir):
2457 with support.temp_cwd(tarextdir):
2467 with support.temp_cwd(tarextdir):
2475 with support.temp_cwd(tarextdir):
Dtest_bdb.py534 with test.support.temp_cwd():
Dtest_cmd_line_script.py227 with support.temp_cwd() as script_dir:
Dtest_zipfile.py22 from test.support import (TESTFN, findfile, unlink, rmtree, temp_dir, temp_cwd,
1337 with temp_cwd():
1383 with temp_cwd():
/external/python/cpython3/Lib/test/test_importlib/
Dtest_api.py247 with support.temp_cwd(None) as cwd:
298 with support.temp_cwd(None) as cwd:
Dutil.py161 with support.temp_cwd(None) as cwd:
/external/python/cpython2/Misc/NEWS.d/
D2.7a4.rst428 test_support gained a new ``temp_cwd`` context manager which is now also
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py1221 with support.temp_cwd() as cwd, support.temp_cwd('encodings'):
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py632 with support.temp_cwd(test_cwd, quiet=True):

12