Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Test Proxy] Update environment_variables scope (Azure#26076)
This updates the environment_variables pytest fixture scope to "session" (as opposed to the default "function" scope) in order to enable users to use it in other session scoped fixtures. Also, for most cases users will only need one instance of EnvironmentVariableSanitizer per test session since the envars won't typically change during the test run. Signed-off-by: Paul Van Eck <[email protected]>
- Loading branch information