Merge pull request #34 from ThomasRubini/test_env

This commit is contained in:
Thomas Rubini 2023-01-13 13:56:31 +01:00 committed by GitHub
commit ba7061747b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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