Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amirai21 committed Nov 11, 2024
1 parent 6476be4 commit 71e63bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/integration_tests/clients/test_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@pytest.mark.parametrize(
argnames=["test_file_name"],
argvalues=[
# ("completion.py",),
("tokenization.py",),
("chat/chat_completions.py",),
("chat/chat_completions_jamba_instruct.py",),
Expand All @@ -28,7 +27,6 @@
("chat/chat_response_format.py",),
],
ids=[
# "when_completion__should_return_ok",
"when_tokenization__should_return_ok",
"when_chat_completions__should_return_ok",
"when_chat_completions_jamba_instruct__should_return_ok",
Expand All @@ -53,23 +51,15 @@ def test_studio(test_file_name: str):
argnames=["test_file_name"],
argvalues=[
("async_chat.py",),
# ("async_completion.py",),
# ("async_tokenization.py",),
("chat/async_chat_completions.py",),
("chat/async_stream_chat_completions.py",),
# ("async_library.py", ),
# ("async_library_answer.py", ),
("conversational_rag/conversational_rag.py",),
("conversational_rag/async_conversational_rag.py",),
],
ids=[
"when_chat__should_return_ok",
# "when_completion__should_return_ok",
# "when_tokenization__should_return_ok",
"when_chat_completions__should_return_ok",
"when_stream_chat_completions__should_return_ok",
# "when_library__should_return_ok",
# "when_library_answer__should_return_ok",
"when_conversational_rag__should_return_ok",
"when_async_conversational_rag__should_return_ok",
],
Expand Down

0 comments on commit 71e63bc

Please sign in to comment.