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

Method test_method_extend

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

Source from the content-addressed store, hash-verified

309
310 @parametrize
311 def test_method_extend(self, client: OpenAI) -> None:
312 video = client.videos.extend(
313 prompt="x",
314 seconds="4",
315 video=b"Example data",
316 )
317 assert_matches_type(Video, video, path=["response"])
318
319 @parametrize
320 def test_raw_response_extend(self, client: OpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
extendMethod · 0.45

Tested by

no test coverage detected