generated from Luis/nextjs-python-web-template
Trying to fix attach entity #44
@@ -9,10 +9,10 @@ import pytest
|
|||||||
import uvicorn
|
import uvicorn
|
||||||
from fastapi.testclient import TestClient
|
from fastapi.testclient import TestClient
|
||||||
from openapi_client import ApiClient, Configuration
|
from openapi_client import ApiClient, Configuration
|
||||||
|
from ports import PortFunction
|
||||||
|
|
||||||
from clan_cli.webui.app import app
|
from clan_cli.webui.app import app
|
||||||
|
|
||||||
from ports import PortFunction
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def test_client() -> TestClient:
|
def test_client() -> TestClient:
|
||||||
|
|||||||
Reference in New Issue
Block a user