Commit c46f415
authored
validate if db env values exist in .env (#644)
# Purpose
Completed TODO in config.py
# New Changes
- added validation to pulling .env values to ensure that they exist in
the .env file
# Testing
Explain tests that you ran to verify code functionality.
- [x] I have unit-tested this PR. Otherwise, explain why it cannot be
unit-tested.
see screenshot below
- [x] I have included screenshots of the tests performed below.
<img width="908" height="165" alt="Screenshot 2025-11-25 at 3 12 06 PM"
src="https://github.com/user-attachments/assets/ca81a027-af42-44b2-a619-45989bc7136a"
/>1 parent fd133e6 commit c46f415
1 file changed
+21
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
31 | 46 | | |
32 | 47 | | |
33 | 48 | | |
| |||
0 commit comments