mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-05 13:21:25 +00:00
feat: authentication
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
|
||||
os.environ["LETTERFEED_DATABASE_URL"] = "sqlite:///./test.db"
|
||||
os.environ["LETTERFEED_SECRET_KEY"] = "testsecret"
|
||||
|
||||
import pytest
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
Reference in New Issue
Block a user