tentative to add ci pipeline

This commit is contained in:
GotthardG 2024-12-13 14:52:31 +01:00
parent 597d17cb58
commit 48825e9b56

View File

@ -1,7 +1,7 @@
# tests/test_auth.py # tests/test_auth.py
from fastapi.testclient import TestClient from fastapi.testclient import TestClient
from app.main import app from main import app
client = TestClient(app) client = TestClient(app)