setting proper local .env var that override defaults

This commit is contained in:
Joao Moura
2023-11-11 00:48:00 -03:00
parent e39d9c6efd
commit ef7d419e67
3 changed files with 83 additions and 85 deletions

3
tests/conftest.py Normal file
View File

@@ -0,0 +1,3 @@
# conftest.py
from dotenv import load_dotenv
load_result = load_dotenv(override=True)