Commit 84a4306
authored
[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]>1 parent 4760e34 commit 84a4306
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
0 commit comments