Closed bittner closed 2 years ago
It looks like the code in EnvironContext doesn't restore all environment variables set when entering the context after leaving the context.
This can be proven by using EnvironContext twice in a test or in two consecutive tests.
EnvironContext
It looks like the code in EnvironContext doesn't restore all environment variables set when entering the context after leaving the context.
This can be proven by using
EnvironContext
twice in a test or in two consecutive tests.