mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
641d235102
commit
0b81703c9f
@ -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
|
Loading…
Reference in New Issue
Block a user