From 2fd24d31a490417d6805d32f6f39a67a37a76f26 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:44:09 -0700 Subject: [PATCH] Cleanup integration test dir (#3308) --- tests/integration_tests/prompts/__init__.py | 0 .../{ => prompts}/test_ngram_overlap_example_selector.py | 0 tests/integration_tests/utilities/__init__.py | 0 tests/integration_tests/{ => utilities}/test_arxiv.py | 0 .../{ => utilities}/test_duckduckdgo_search_api.py | 0 tests/integration_tests/{ => utilities}/test_googlesearch_api.py | 0 tests/integration_tests/{ => utilities}/test_googleserper_api.py | 0 tests/integration_tests/{ => utilities}/test_openweathermap.py | 0 tests/integration_tests/{ => utilities}/test_serpapi.py | 0 tests/integration_tests/{ => utilities}/test_wikipedia_api.py | 0 tests/integration_tests/{ => utilities}/test_wolfram_alpha_api.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/integration_tests/prompts/__init__.py rename tests/integration_tests/{ => prompts}/test_ngram_overlap_example_selector.py (100%) create mode 100644 tests/integration_tests/utilities/__init__.py rename tests/integration_tests/{ => utilities}/test_arxiv.py (100%) rename tests/integration_tests/{ => utilities}/test_duckduckdgo_search_api.py (100%) rename tests/integration_tests/{ => utilities}/test_googlesearch_api.py (100%) rename tests/integration_tests/{ => utilities}/test_googleserper_api.py (100%) rename tests/integration_tests/{ => utilities}/test_openweathermap.py (100%) rename tests/integration_tests/{ => utilities}/test_serpapi.py (100%) rename tests/integration_tests/{ => utilities}/test_wikipedia_api.py (100%) rename tests/integration_tests/{ => utilities}/test_wolfram_alpha_api.py (100%) diff --git a/tests/integration_tests/prompts/__init__.py b/tests/integration_tests/prompts/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/integration_tests/test_ngram_overlap_example_selector.py b/tests/integration_tests/prompts/test_ngram_overlap_example_selector.py similarity index 100% rename from tests/integration_tests/test_ngram_overlap_example_selector.py rename to tests/integration_tests/prompts/test_ngram_overlap_example_selector.py diff --git a/tests/integration_tests/utilities/__init__.py b/tests/integration_tests/utilities/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/integration_tests/test_arxiv.py b/tests/integration_tests/utilities/test_arxiv.py similarity index 100% rename from tests/integration_tests/test_arxiv.py rename to tests/integration_tests/utilities/test_arxiv.py diff --git a/tests/integration_tests/test_duckduckdgo_search_api.py b/tests/integration_tests/utilities/test_duckduckdgo_search_api.py similarity index 100% rename from tests/integration_tests/test_duckduckdgo_search_api.py rename to tests/integration_tests/utilities/test_duckduckdgo_search_api.py diff --git a/tests/integration_tests/test_googlesearch_api.py b/tests/integration_tests/utilities/test_googlesearch_api.py similarity index 100% rename from tests/integration_tests/test_googlesearch_api.py rename to tests/integration_tests/utilities/test_googlesearch_api.py diff --git a/tests/integration_tests/test_googleserper_api.py b/tests/integration_tests/utilities/test_googleserper_api.py similarity index 100% rename from tests/integration_tests/test_googleserper_api.py rename to tests/integration_tests/utilities/test_googleserper_api.py diff --git a/tests/integration_tests/test_openweathermap.py b/tests/integration_tests/utilities/test_openweathermap.py similarity index 100% rename from tests/integration_tests/test_openweathermap.py rename to tests/integration_tests/utilities/test_openweathermap.py diff --git a/tests/integration_tests/test_serpapi.py b/tests/integration_tests/utilities/test_serpapi.py similarity index 100% rename from tests/integration_tests/test_serpapi.py rename to tests/integration_tests/utilities/test_serpapi.py diff --git a/tests/integration_tests/test_wikipedia_api.py b/tests/integration_tests/utilities/test_wikipedia_api.py similarity index 100% rename from tests/integration_tests/test_wikipedia_api.py rename to tests/integration_tests/utilities/test_wikipedia_api.py diff --git a/tests/integration_tests/test_wolfram_alpha_api.py b/tests/integration_tests/utilities/test_wolfram_alpha_api.py similarity index 100% rename from tests/integration_tests/test_wolfram_alpha_api.py rename to tests/integration_tests/utilities/test_wolfram_alpha_api.py