mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test: cleanup tests
This commit is contained in:
parent
3f7252c422
commit
ae9f1a0e52
2 changed files with 1 additions and 3 deletions
|
@ -1056,8 +1056,6 @@ def test_gemini_pro_vision_async():
|
||||||
print(resp)
|
print(resp)
|
||||||
|
|
||||||
asyncio.run(test())
|
asyncio.run(test())
|
||||||
|
|
||||||
assert False
|
|
||||||
except litellm.RateLimitError:
|
except litellm.RateLimitError:
|
||||||
pass
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
@ -697,7 +697,7 @@ def test_completion_claude_3_base64():
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"model", ["gemini/gemini-1.5-flash"] # "claude-3-sonnet-20240229",
|
"model", ["gemini/gemini-1.5-flash"] # "claude-3-sonnet-20240229",
|
||||||
)
|
)
|
||||||
def test_completion_claude_3_function_plus_image(model):
|
def test_completion_function_plus_image(model):
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
|
||||||
image_content = [
|
image_content = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue