mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix(ci): align architecture baseline and test imports
This commit is contained in:
+3
-2
@@ -13,8 +13,8 @@
|
|||||||
"runtime_to_db": [],
|
"runtime_to_db": [],
|
||||||
"workflow_to_db": []
|
"workflow_to_db": []
|
||||||
},
|
},
|
||||||
"edge_count": 6419,
|
"edge_count": 6420,
|
||||||
"edge_sha256": "58a002380592d49f9b78e05b6f03b1950b8622213396e160917d7e2f73887527",
|
"edge_sha256": "0e5b5cc00f36ed87ec8e6ae8d09f7a3756d8488302907e12db239bb981c98d5c",
|
||||||
"edges": [
|
"edges": [
|
||||||
"app -> app.runtime",
|
"app -> app.runtime",
|
||||||
"app -> app.runtime.compat",
|
"app -> app.runtime.compat",
|
||||||
@@ -3260,6 +3260,7 @@
|
|||||||
"app.chain.subscribe -> app.application.configuration",
|
"app.chain.subscribe -> app.application.configuration",
|
||||||
"app.chain.subscribe -> app.application.mediaserver",
|
"app.chain.subscribe -> app.application.mediaserver",
|
||||||
"app.chain.subscribe -> app.application.messaging",
|
"app.chain.subscribe -> app.application.messaging",
|
||||||
|
"app.chain.subscribe -> app.application.messaging.message",
|
||||||
"app.chain.subscribe -> app.application.messaging.subscribe",
|
"app.chain.subscribe -> app.application.messaging.subscribe",
|
||||||
"app.chain.subscribe -> app.application.subscription",
|
"app.chain.subscribe -> app.application.subscription",
|
||||||
"app.chain.subscribe -> app.application.subscription.complete",
|
"app.chain.subscribe -> app.application.subscription.complete",
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ from unittest.mock import AsyncMock, MagicMock
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
import app.agent.orchestrator as agent_module
|
import app.agent.orchestrator as agent_module
|
||||||
from app.agent import AgentManager
|
|
||||||
from app.agent.orchestrator import (
|
from app.agent.orchestrator import (
|
||||||
AGENT_SESSION_QUEUE_MAX_SIZE,
|
AGENT_SESSION_QUEUE_MAX_SIZE,
|
||||||
|
AgentManager,
|
||||||
AgentManagerQueueFullError,
|
AgentManagerQueueFullError,
|
||||||
AgentManagerUnavailableError,
|
AgentManagerUnavailableError,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ from pathlib import Path
|
|||||||
import pytest
|
import pytest
|
||||||
from sqlalchemy.orm import DeclarativeBase
|
from sqlalchemy.orm import DeclarativeBase
|
||||||
|
|
||||||
from app.db import Base
|
from app.db.base import Base
|
||||||
from app.db.models import load_all_models
|
from app.db.models import load_all_models
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user