Home
last modified time | relevance | path

Searched refs:EnvironmentVarGuard (Results 1 – 25 of 38) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_osx_env.py5 from test.support.os_helper import EnvironmentVarGuard
16 with EnvironmentVarGuard() as evg:
Dtest_netrc.py119 with os_helper.EnvironmentVarGuard() as environ:
130 with os_helper.EnvironmentVarGuard() as environ:
150 with os_helper.EnvironmentVarGuard() as environ:
Dtest_mailcap.py79 with os_helper.EnvironmentVarGuard() as env:
141 with os_helper.EnvironmentVarGuard() as env:
Dtest_getopt.py5 from test.support.os_helper import EnvironmentVarGuard
14 self.env = EnvironmentVarGuard()
Dtest_webbrowser.py309 with os_helper.EnvironmentVarGuard() as env:
322 with os_helper.EnvironmentVarGuard() as env:
327 with os_helper.EnvironmentVarGuard() as env:
Dtest_venv.py19 from test.support.os_helper import (can_symlink, EnvironmentVarGuard, rmtree)
451 with EnvironmentVarGuard() as envvars:
510 with EnvironmentVarGuard() as envvars:
Dtest_py_compile.py20 with os_helper.EnvironmentVarGuard() as env:
30 with os_helper.EnvironmentVarGuard() as env:
Dtest_imp.py218 with os_helper.EnvironmentVarGuard():
395 with os_helper.EnvironmentVarGuard():
Dtest_site.py13 from test.support.os_helper import TESTFN, EnvironmentVarGuard, change_cwd
265 with EnvironmentVarGuard() as environ:
313 with EnvironmentVarGuard() as environ, \
Dtest_shutil.py1822 with os_helper.EnvironmentVarGuard() as env:
1829 with os_helper.EnvironmentVarGuard() as env:
1847 with os_helper.EnvironmentVarGuard() as env:
1861 with os_helper.EnvironmentVarGuard() as env:
1881 os_helper.EnvironmentVarGuard() as env:
1887 with os_helper.EnvironmentVarGuard() as env:
1904 with os_helper.EnvironmentVarGuard() as env:
1921 with os_helper.EnvironmentVarGuard() as env:
2586 with os_helper.EnvironmentVarGuard() as env:
2592 with os_helper.EnvironmentVarGuard() as env:
[all …]
Dtest__osx_support.py22 self.env = os_helper.EnvironmentVarGuard()
Dtest_ntpath.py510 with os_helper.EnvironmentVarGuard() as env:
539 with os_helper.EnvironmentVarGuard() as env:
558 with os_helper.EnvironmentVarGuard() as env:
Dtest_genericpath.py378 with os_helper.EnvironmentVarGuard() as env:
412 with os_helper.EnvironmentVarGuard() as env:
Dtest_posixpath.py251 with os_helper.EnvironmentVarGuard() as env:
289 with os_helper.EnvironmentVarGuard() as env:
Dtest_platform.py291 with os_helper.EnvironmentVarGuard() as environ:
Dtest_optparse.py1501 with os_helper.EnvironmentVarGuard() as env:
1526 with os_helper.EnvironmentVarGuard() as env:
Dtest_xmlrpc.py1414 with os_helper.EnvironmentVarGuard() as env:
1446 with os_helper.EnvironmentVarGuard() as env, \
Dtest_tempfile.py248 with os_helper.EnvironmentVarGuard() as env:
619 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/distutils/tests/
Dtest_unixccompiler.py5 from test.support.os_helper import EnvironmentVarGuard
118 with EnvironmentVarGuard() as env:
134 with EnvironmentVarGuard() as env:
Dtest_spawn.py79 with os_helper.EnvironmentVarGuard() as env:
94 with os_helper.EnvironmentVarGuard() as env:
108 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/test/test_importlib/extension/
Dtest_case_sensitivity.py26 with os_helper.EnvironmentVarGuard() as env:
34 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py46 with os_helper.EnvironmentVarGuard() as env:
56 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_loadtk.py28 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/ctypes/test/
Dtest_find.py105 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/test/support/
Dos_helper.py562 class EnvironmentVarGuard(collections.abc.MutableMapping): class

12