forked from phoenix/litellm-mirror
(test) custom logger proxy
This commit is contained in:
parent
0522ffc4b7
commit
c532224308
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ headers = {
|
||||||
"Authorization": f"Bearer {token}"
|
"Authorization": f"Bearer {token}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@pytest.mark.no_parallel
|
||||||
def test_chat_completion(client):
|
def test_chat_completion(client):
|
||||||
try:
|
try:
|
||||||
# Your test data
|
# Your test data
|
||||||
|
@ -96,7 +96,7 @@ def test_chat_completion(client):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail("LiteLLM Proxy test failed. Exception", e)
|
pytest.fail("LiteLLM Proxy test failed. Exception", e)
|
||||||
|
|
||||||
|
@pytest.mark.no_parallel
|
||||||
def test_chat_completion_stream(client):
|
def test_chat_completion_stream(client):
|
||||||
try:
|
try:
|
||||||
# Your test data
|
# Your test data
|
||||||
|
@ -161,7 +161,7 @@ def test_chat_completion_stream(client):
|
||||||
pytest.fail("LiteLLM Proxy test failed. Exception", e)
|
pytest.fail("LiteLLM Proxy test failed. Exception", e)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.no_parallel
|
||||||
def test_embedding(client):
|
def test_embedding(client):
|
||||||
try:
|
try:
|
||||||
# Your test data
|
# Your test data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue