diff --git a/tests/integration_test_send_message_v2.py b/tests/integration_test_send_message_v2.py index e2de6ed1..3a756f4b 100644 --- a/tests/integration_test_send_message_v2.py +++ b/tests/integration_test_send_message_v2.py @@ -48,12 +48,12 @@ logger = get_logger(__name__) all_configs = [ - # "openai-gpt-4o-mini.json", - # "openai-o3.json", - # "openai-gpt-5.json", + "openai-gpt-4o-mini.json", + "openai-o3.json", + "openai-gpt-5.json", "claude-3-5-sonnet.json", - # "claude-3-7-sonnet-extended.json", - # "gemini-2.5-flash.json", + "claude-3-7-sonnet-extended.json", + "gemini-2.5-flash.json", ] @@ -522,7 +522,7 @@ async def test_greeting( TESTED_LLM_CONFIGS, ids=[c.model for c in TESTED_LLM_CONFIGS], ) -@pytest.mark.parametrize("send_type", ["step", "stream_tokens"]) # ["step", "stream_steps", "stream_tokens", "stream_tokens_background"]) +@pytest.mark.parametrize("send_type", ["step", "stream_steps", "stream_tokens", "stream_tokens_background", "async"]) @pytest.mark.asyncio(loop_scope="function") async def test_parallel_tool_call_anthropic( disable_e2b_api_key: Any,