tidy(nodes): move node tests to parent dir

Thanks to the resolution of the import vs union issue, we can put tests anywhere.
This commit is contained in:
psychedelicious 2024-02-17 19:59:21 +11:00
parent 641d235102
commit 0b81703c9f
6 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ from invokeai.app.services.session_queue.session_queue_common import (
prepare_values_to_insert,
)
from invokeai.app.services.shared.graph import Graph, GraphExecutionState
from tests.aa_nodes.test_nodes import PromptTestInvocation
from .test_nodes import PromptTestInvocation
@pytest.fixture