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

Method test_method_remix

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

Source from the content-addressed store, hash-verified

384
385 @parametrize
386 def test_method_remix(self, client: OpenAI) -> None:
387 video = client.videos.remix(
388 video_id="video_123",
389 prompt="x",
390 )
391 assert_matches_type(Video, video, path=["response"])
392
393 @parametrize
394 def test_raw_response_remix(self, client: OpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
remixMethod · 0.45

Tested by

no test coverage detected