From 721bc438c47ea34a32229555442be0b849236299 Mon Sep 17 00:00:00 2001 From: Kevin Solorio Date: Sun, 14 Jul 2024 15:40:10 -0500 Subject: [PATCH] update tests directory structure --- tests/client/__init__.py | 0 tests/{ => client}/test_multi_fm_client.py | 0 tests/providers/__init__.py | 0 tests/{ => providers}/test_anthropic_interface.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/client/__init__.py rename tests/{ => client}/test_multi_fm_client.py (100%) create mode 100644 tests/providers/__init__.py rename tests/{ => providers}/test_anthropic_interface.py (100%) diff --git a/tests/client/__init__.py b/tests/client/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/test_multi_fm_client.py b/tests/client/test_multi_fm_client.py similarity index 100% rename from tests/test_multi_fm_client.py rename to tests/client/test_multi_fm_client.py diff --git a/tests/providers/__init__.py b/tests/providers/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/test_anthropic_interface.py b/tests/providers/test_anthropic_interface.py similarity index 100% rename from tests/test_anthropic_interface.py rename to tests/providers/test_anthropic_interface.py