tentative to add ci pipeline

This commit is contained in:
GotthardG 2024-12-13 15:13:41 +01:00
parent 600e67ff76
commit fc6debd081

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 ..main import app from backend.main import app
client = TestClient(app) client = TestClient(app)