CHORE: Created .env file to store environment vars
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
|
||||
# Setup test environment variables
|
||||
load_dotenv()
|
||||
|
||||
# Capture environment variables at start of testing so we can
|
||||
# Monitor current setting during tests
|
||||
|
Reference in New Issue
Block a user