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

Method test_method_remix

tests/api_resources/test_videos.py:789–794  ·  view source on GitHub ↗
(self, async_client: AsyncOpenAI)

Source from the content-addressed store, hash-verified

787
788 @parametrize
789 async def test_method_remix(self, async_client: AsyncOpenAI) -> None:
790 video = await async_client.videos.remix(
791 video_id="video_123",
792 prompt="x",
793 )
794 assert_matches_type(Video, video, path=["response"])
795
796 @parametrize
797 async def test_raw_response_remix(self, async_client: AsyncOpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
remixMethod · 0.45

Tested by

no test coverage detected