From cc299b83a34a302f3e4fd2fe230f1237c560aabc Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Tue, 17 Jun 2025 14:29:41 -0700 Subject: [PATCH] move test files --- .../unit/comfy_api_nodes_test}/__init__.py | 0 .../unit}/comfy_api_nodes_test/mapper_utils_test.py | 0 tests/unit/comfy_api_test/__init__.py | 0 {tests-unit => tests/unit}/comfy_api_test/input_impl_test.py | 0 {tests-unit => tests/unit}/comfy_api_test/video_types_test.py | 0 tests/unit/comfy_extras_test/__init__.py | 0 {tests-unit => tests/unit}/comfy_extras_test/image_stitch_test.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {tests-unit/comfy_extras_test => tests/unit/comfy_api_nodes_test}/__init__.py (100%) rename {tests-unit => tests/unit}/comfy_api_nodes_test/mapper_utils_test.py (100%) create mode 100644 tests/unit/comfy_api_test/__init__.py rename {tests-unit => tests/unit}/comfy_api_test/input_impl_test.py (100%) rename {tests-unit => tests/unit}/comfy_api_test/video_types_test.py (100%) create mode 100644 tests/unit/comfy_extras_test/__init__.py rename {tests-unit => tests/unit}/comfy_extras_test/image_stitch_test.py (100%) diff --git a/tests-unit/comfy_extras_test/__init__.py b/tests/unit/comfy_api_nodes_test/__init__.py similarity index 100% rename from tests-unit/comfy_extras_test/__init__.py rename to tests/unit/comfy_api_nodes_test/__init__.py diff --git a/tests-unit/comfy_api_nodes_test/mapper_utils_test.py b/tests/unit/comfy_api_nodes_test/mapper_utils_test.py similarity index 100% rename from tests-unit/comfy_api_nodes_test/mapper_utils_test.py rename to tests/unit/comfy_api_nodes_test/mapper_utils_test.py diff --git a/tests/unit/comfy_api_test/__init__.py b/tests/unit/comfy_api_test/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests-unit/comfy_api_test/input_impl_test.py b/tests/unit/comfy_api_test/input_impl_test.py similarity index 100% rename from tests-unit/comfy_api_test/input_impl_test.py rename to tests/unit/comfy_api_test/input_impl_test.py diff --git a/tests-unit/comfy_api_test/video_types_test.py b/tests/unit/comfy_api_test/video_types_test.py similarity index 100% rename from tests-unit/comfy_api_test/video_types_test.py rename to tests/unit/comfy_api_test/video_types_test.py diff --git a/tests/unit/comfy_extras_test/__init__.py b/tests/unit/comfy_extras_test/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests-unit/comfy_extras_test/image_stitch_test.py b/tests/unit/comfy_extras_test/image_stitch_test.py similarity index 100% rename from tests-unit/comfy_extras_test/image_stitch_test.py rename to tests/unit/comfy_extras_test/image_stitch_test.py