Home
last modified time | relevance | path

Searched refs:EnvironmentVarGuard (Results 1 - 25 of 35) sorted by relevance

12

/third_party/python/Lib/distutils/tests/
H A Dtest_unixccompiler.py5 from test.support.os_helper import EnvironmentVarGuard namespace
118 with EnvironmentVarGuard() as env:
134 with EnvironmentVarGuard() as env:
H A Dtest_spawn.py81 with os_helper.EnvironmentVarGuard() as env:
96 with os_helper.EnvironmentVarGuard() as env:
110 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/test/
H A Dtest_osx_env.py5 from test.support.os_helper import EnvironmentVarGuard namespace
16 with EnvironmentVarGuard() as evg:
H A Dtest_webbrowser.py311 with os_helper.EnvironmentVarGuard() as env:
324 with os_helper.EnvironmentVarGuard() as env:
329 with os_helper.EnvironmentVarGuard() as env:
H A Dtest_getopt.py5 from test.support.os_helper import EnvironmentVarGuard namespace
14 self.env = self.enterContext(EnvironmentVarGuard())
H A Dtest_mailcap.py84 with os_helper.EnvironmentVarGuard() as env:
147 with os_helper.EnvironmentVarGuard() as env:
H A Dtest_netrc.py288 with os_helper.EnvironmentVarGuard() as environ:
301 with os_helper.EnvironmentVarGuard() as environ:
H A Dtest_imp.py223 with os_helper.EnvironmentVarGuard():
429 with os_helper.EnvironmentVarGuard():
H A Dtest_py_compile.py20 with os_helper.EnvironmentVarGuard() as env:
30 with os_helper.EnvironmentVarGuard() as env:
H A Dtest_venv.py24 from test.support.os_helper import (can_symlink, EnvironmentVarGuard, rmtree) namespace
652 with EnvironmentVarGuard() as envvars:
705 with EnvironmentVarGuard() as envvars:
H A Dtest_site.py13 from test.support.os_helper import TESTFN, EnvironmentVarGuard, change_cwd namespace
267 with EnvironmentVarGuard() as environ:
316 with EnvironmentVarGuard() as environ, \
H A Dtest__osx_support.py22 self.env = self.enterContext(os_helper.EnvironmentVarGuard())
H A Dtest_shutil.py1881 with os_helper.EnvironmentVarGuard() as env:
1888 with os_helper.EnvironmentVarGuard() as env:
1906 with os_helper.EnvironmentVarGuard() as env:
1920 with os_helper.EnvironmentVarGuard() as env:
1940 os_helper.EnvironmentVarGuard() as env:
1946 with os_helper.EnvironmentVarGuard() as env:
1963 with os_helper.EnvironmentVarGuard() as env:
1980 with os_helper.EnvironmentVarGuard() as env:
2645 with os_helper.EnvironmentVarGuard() as env:
2651 with os_helper.EnvironmentVarGuard() a
[all...]
H A Dtest_ntpath.py579 with os_helper.EnvironmentVarGuard() as env:
608 with os_helper.EnvironmentVarGuard() as env:
627 with os_helper.EnvironmentVarGuard() as env:
H A Dtest_genericpath.py382 with os_helper.EnvironmentVarGuard() as env:
416 with os_helper.EnvironmentVarGuard() as env:
H A Dtest_platform.py301 with os_helper.EnvironmentVarGuard() as environ:
H A Dtest_posixpath.py252 with os_helper.EnvironmentVarGuard() as env:
290 with os_helper.EnvironmentVarGuard() as env:
H A Dtest_optparse.py1501 with os_helper.EnvironmentVarGuard() as env:
1526 with os_helper.EnvironmentVarGuard() as env:
H A Dtest_gettext.py133 self.env = self.enterContext(os_helper.EnvironmentVarGuard())
H A Dtest_tcl.py267 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/test/test_importlib/extension/
H A 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/
H A 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/
H A Dtest_loadtk.py28 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py105 with os_helper.EnvironmentVarGuard() as env:
/third_party/python/Lib/test/support/
H A Dos_helper.py663 class EnvironmentVarGuard(collections.abc.MutableMapping): class

Completed in 21 milliseconds

12