We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc0673 commit 3ab273fCopy full SHA for 3ab273f
tests/lib/responses/test_responses.py
@@ -51,6 +51,7 @@ def test_stream_method_definition_in_sync(sync: bool, client: OpenAI, async_clie
51
exclude_params={"stream", "tools"},
52
)
53
54
+
55
@pytest.mark.parametrize("sync", [True, False], ids=["sync", "async"])
56
def test_parse_method_definition_in_sync(sync: bool, client: OpenAI, async_client: AsyncOpenAI) -> None:
57
checking_client: OpenAI | AsyncOpenAI = client if sync else async_client
0 commit comments