mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(test) caching
This commit is contained in:
parent
8a52e17300
commit
bf1044444c
2 changed files with 3 additions and 3 deletions
|
@ -348,7 +348,7 @@ def test_get_cache_key():
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
pytest.fail(f"Error occurred:", e)
|
pytest.fail(f"Error occurred:", e)
|
||||||
|
|
||||||
test_get_cache_key()
|
# test_get_cache_key()
|
||||||
|
|
||||||
# test_custom_redis_cache_params()
|
# test_custom_redis_cache_params()
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,7 @@ def test_async_chat_openai_stream():
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
pytest.fail(f"An error occurred - {str(e)}")
|
pytest.fail(f"An error occurred - {str(e)}")
|
||||||
# test_async_chat_openai_stream()
|
test_async_chat_openai_stream()
|
||||||
|
|
||||||
def test_completion_azure_stream_moderation_failure():
|
def test_completion_azure_stream_moderation_failure():
|
||||||
try:
|
try:
|
||||||
|
@ -325,4 +325,4 @@ def test_redis_cache_completion_stream():
|
||||||
|
|
||||||
1 & 2 should be exactly the same
|
1 & 2 should be exactly the same
|
||||||
"""
|
"""
|
||||||
test_redis_cache_completion_stream()
|
# test_redis_cache_completion_stream()
|
Loading…
Add table
Add a link
Reference in a new issue