Merge pull request #34 from ThomasRubini/test_env
This commit is contained in:
commit
ba7061747b
@ -1,6 +1,10 @@
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
# Load dotenv file
|
||||||
|
load_dotenv()
|
||||||
|
|
||||||
from truthseeker import APP
|
from truthseeker import APP
|
||||||
test_app = APP.test_client()
|
test_app = APP.test_client()
|
||||||
|
Loading…
Reference in New Issue
Block a user