@@ -1,9 +1,10 @@
|
||||
"""Integration tests for API endpoints."""
|
||||
|
||||
import pytest
|
||||
from backend.main import app
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
from backend.main import app
|
||||
|
||||
client = TestClient(app)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user