load dotfile in tests
This commit is contained in:
parent
5dd04b8dde
commit
04e16c0f49
@ -1,6 +1,10 @@
|
||||
import json
|
||||
|
||||
import pytest
|
||||
from dotenv import load_dotenv
|
||||
|
||||
# Load dotenv file
|
||||
load_dotenv()
|
||||
|
||||
from truthseeker import APP
|
||||
test_app = APP.test_client()
|
||||
|
Loading…
Reference in New Issue
Block a user