mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test(test_logging): adding print statements for debugging circle ci
This commit is contained in:
parent
38b8c8cc57
commit
01ed325019
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -169,13 +169,13 @@ def test_logging_success_streaming_non_openai():
|
|||
elif "Logging Details LiteLLM-Success Call" not in output:
|
||||
raise Exception("Required log message not found!")
|
||||
elif "Complete Streaming Response:" not in output:
|
||||
raise Exception("Required log message not found!")
|
||||
raise Exception(f"Required log message not found! {output}")
|
||||
score += 1
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
pass
|
||||
|
||||
test_logging_success_streaming_non_openai()
|
||||
# test_logging_success_streaming_non_openai()
|
||||
# embedding
|
||||
|
||||
def test_logging_success_embedding_openai():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue