diff --git a/tests/aa_nodes/__init__.py b/tests/aa_nodes/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/aa_nodes/test_graph_execution_state.py b/tests/test_graph_execution_state.py similarity index 100% rename from tests/aa_nodes/test_graph_execution_state.py rename to tests/test_graph_execution_state.py diff --git a/tests/aa_nodes/test_invoker.py b/tests/test_invoker.py similarity index 100% rename from tests/aa_nodes/test_invoker.py rename to tests/test_invoker.py diff --git a/tests/aa_nodes/test_node_graph.py b/tests/test_node_graph.py similarity index 100% rename from tests/aa_nodes/test_node_graph.py rename to tests/test_node_graph.py diff --git a/tests/aa_nodes/test_nodes.py b/tests/test_nodes.py similarity index 100% rename from tests/aa_nodes/test_nodes.py rename to tests/test_nodes.py diff --git a/tests/aa_nodes/test_session_queue.py b/tests/test_session_queue.py similarity index 99% rename from tests/aa_nodes/test_session_queue.py rename to tests/test_session_queue.py index bfe6444de8..48b980539c 100644 --- a/tests/aa_nodes/test_session_queue.py +++ b/tests/test_session_queue.py @@ -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