(test) caching

This commit is contained in:
ishaan-jaff 2023-12-09 16:58:56 -08:00
parent 8a52e17300
commit bf1044444c
2 changed files with 3 additions and 3 deletions

View file

@ -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()

View file

@ -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()