From c43d62cbd292d13087970167a9eede117ab59df9 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Tue, 18 Jun 2024 00:20:12 -0300 Subject: [PATCH] move data folder --- tests/{ => unit}/data/BasicChatwithPromptandHistory.json | 0 tests/{ => unit}/data/ChatInputTest.json | 0 tests/{ => unit}/data/Openapi.json | 0 tests/{ => unit}/data/TwoOutputsTest.json | 0 tests/{ => unit}/data/Vector_store.json | 0 tests/{ => unit}/data/WebhookTest.json | 0 tests/{ => unit}/data/basic_example.json | 0 tests/{ => unit}/data/complex_example.json | 0 tests/{ => unit}/data/component.py | 0 tests/{ => unit}/data/component_multiple_outputs.py | 0 tests/{ => unit}/data/component_nested_call.py | 0 tests/{ => unit}/data/component_with_templatefield.py | 0 tests/{ => unit}/data/grouped_chat.json | 0 tests/{ => unit}/data/one_group_chat.json | 0 tests/{ => unit}/data/vector_store_grouped.json | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => unit}/data/BasicChatwithPromptandHistory.json (100%) rename tests/{ => unit}/data/ChatInputTest.json (100%) rename tests/{ => unit}/data/Openapi.json (100%) rename tests/{ => unit}/data/TwoOutputsTest.json (100%) rename tests/{ => unit}/data/Vector_store.json (100%) rename tests/{ => unit}/data/WebhookTest.json (100%) rename tests/{ => unit}/data/basic_example.json (100%) rename tests/{ => unit}/data/complex_example.json (100%) rename tests/{ => unit}/data/component.py (100%) rename tests/{ => unit}/data/component_multiple_outputs.py (100%) rename tests/{ => unit}/data/component_nested_call.py (100%) rename tests/{ => unit}/data/component_with_templatefield.py (100%) rename tests/{ => unit}/data/grouped_chat.json (100%) rename tests/{ => unit}/data/one_group_chat.json (100%) rename tests/{ => unit}/data/vector_store_grouped.json (100%) diff --git a/tests/data/BasicChatwithPromptandHistory.json b/tests/unit/data/BasicChatwithPromptandHistory.json similarity index 100% rename from tests/data/BasicChatwithPromptandHistory.json rename to tests/unit/data/BasicChatwithPromptandHistory.json diff --git a/tests/data/ChatInputTest.json b/tests/unit/data/ChatInputTest.json similarity index 100% rename from tests/data/ChatInputTest.json rename to tests/unit/data/ChatInputTest.json diff --git a/tests/data/Openapi.json b/tests/unit/data/Openapi.json similarity index 100% rename from tests/data/Openapi.json rename to tests/unit/data/Openapi.json diff --git a/tests/data/TwoOutputsTest.json b/tests/unit/data/TwoOutputsTest.json similarity index 100% rename from tests/data/TwoOutputsTest.json rename to tests/unit/data/TwoOutputsTest.json diff --git a/tests/data/Vector_store.json b/tests/unit/data/Vector_store.json similarity index 100% rename from tests/data/Vector_store.json rename to tests/unit/data/Vector_store.json diff --git a/tests/data/WebhookTest.json b/tests/unit/data/WebhookTest.json similarity index 100% rename from tests/data/WebhookTest.json rename to tests/unit/data/WebhookTest.json diff --git a/tests/data/basic_example.json b/tests/unit/data/basic_example.json similarity index 100% rename from tests/data/basic_example.json rename to tests/unit/data/basic_example.json diff --git a/tests/data/complex_example.json b/tests/unit/data/complex_example.json similarity index 100% rename from tests/data/complex_example.json rename to tests/unit/data/complex_example.json diff --git a/tests/data/component.py b/tests/unit/data/component.py similarity index 100% rename from tests/data/component.py rename to tests/unit/data/component.py diff --git a/tests/data/component_multiple_outputs.py b/tests/unit/data/component_multiple_outputs.py similarity index 100% rename from tests/data/component_multiple_outputs.py rename to tests/unit/data/component_multiple_outputs.py diff --git a/tests/data/component_nested_call.py b/tests/unit/data/component_nested_call.py similarity index 100% rename from tests/data/component_nested_call.py rename to tests/unit/data/component_nested_call.py diff --git a/tests/data/component_with_templatefield.py b/tests/unit/data/component_with_templatefield.py similarity index 100% rename from tests/data/component_with_templatefield.py rename to tests/unit/data/component_with_templatefield.py diff --git a/tests/data/grouped_chat.json b/tests/unit/data/grouped_chat.json similarity index 100% rename from tests/data/grouped_chat.json rename to tests/unit/data/grouped_chat.json diff --git a/tests/data/one_group_chat.json b/tests/unit/data/one_group_chat.json similarity index 100% rename from tests/data/one_group_chat.json rename to tests/unit/data/one_group_chat.json diff --git a/tests/data/vector_store_grouped.json b/tests/unit/data/vector_store_grouped.json similarity index 100% rename from tests/data/vector_store_grouped.json rename to tests/unit/data/vector_store_grouped.json