load dotfile in tests

This commit is contained in:
Thomas Rubini 2023-01-13 13:54:03 +01:00
parent 5dd04b8dde
commit 04e16c0f49
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -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()