MCPcopy
hub / github.com/openai/openai-python / test_path_params_remix

Method test_path_params_remix

tests/api_resources/test_videos.py:420–425  ·  view source on GitHub ↗
(self, client: OpenAI)

Source from the content-addressed store, hash-verified

418
419 @parametrize
420 def test_path_params_remix(self, client: OpenAI) -> None:
421 with pytest.raises(ValueError, match=r"Expected a non-empty value for `video_id` but received ''"):
422 client.videos.with_raw_response.remix(
423 video_id="",
424 prompt="x",
425 )
426
427
428class TestAsyncVideos:

Callers

nothing calls this directly

Calls 1

remixMethod · 0.45

Tested by

no test coverage detected