From d8ab3ec2b9d5066939a731325cc2f3a69e4cf264 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 20 Oct 2023 15:00:40 -0700 Subject: [PATCH] (test) caching tests --- litellm/tests/test_caching.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/litellm/tests/test_caching.py b/litellm/tests/test_caching.py index 8f784f4c9..be5acaad9 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -58,7 +58,7 @@ def test_gpt_cache(): pytest.fail(f"Error occurred:") -test_gpt_cache() +# test_gpt_cache() ####### Updated Caching as of Aug 28, 2023 ################### @@ -79,7 +79,7 @@ def test_caching_v2(): print(f"error occurred: {traceback.format_exc()}") pytest.fail(f"Error occurred: {e}") -test_caching_v2() +# test_caching_v2() @@ -103,7 +103,7 @@ def test_caching_with_models_v2(): print(f"response1: {response1}") print(f"response2: {response2}") pytest.fail(f"Error occurred:") -test_caching_with_models_v2() +# test_caching_with_models_v2() embedding_large_text = """ small text @@ -132,7 +132,7 @@ def test_embedding_caching(): print(f"embedding2: {embedding2}") pytest.fail("Error occurred: Embedding caching failed") -test_embedding_caching() +# test_embedding_caching() def test_embedding_caching_azure():