proyecto generalizado
This commit is contained in:
@@ -4,7 +4,7 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
from agentforge_core.api import deps
|
||||
from forja_core.api import deps
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
@@ -12,7 +12,7 @@ def integration_client(tmp_path: Path, monkeypatch: pytest.MonkeyPatch): # type
|
||||
"""Cliente FastAPI con env apuntando a los assets reales del repo."""
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
from agentforge_core.main import create_app
|
||||
from forja_core.main import create_app
|
||||
|
||||
repo_root = Path(__file__).parent.parent.parent
|
||||
monkeypatch.setenv("DATA_DIR", str(tmp_path))
|
||||
|
||||
Reference in New Issue
Block a user