Commit 0350b5a
committed
refactor: Use setdefault for environment variables in test configuration
- Updated environment variable assignments in `conftest.py` to use `os.environ.setdefault`, allowing for overrides by existing environment variables.
- This change enhances flexibility in test configurations while maintaining default values for local testing.1 parent b4ccd7d commit 0350b5a
1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments