Make test.test_support.EnvironmentVarGuard behave like a dictionary.
All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block.
Showing
Please register or sign in to comment
All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block.