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

Method test_method_complete

tests/api_resources/test_uploads.py:113–118  ·  view source on GitHub ↗
(self, client: OpenAI)

Source from the content-addressed store, hash-verified

111
112 @parametrize
113 def test_method_complete(self, client: OpenAI) -> None:
114 upload = client.uploads.complete(
115 upload_id="upload_abc123",
116 part_ids=["string"],
117 )
118 assert_matches_type(Upload, upload, path=["response"])
119
120 @parametrize
121 def test_method_complete_with_all_params(self, client: OpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
completeMethod · 0.45

Tested by

no test coverage detected