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

Method test_method_update

tests/api_resources/test_evals.py:179–183  ·  view source on GitHub ↗
(self, client: OpenAI)

Source from the content-addressed store, hash-verified

177
178 @parametrize
179 def test_method_update(self, client: OpenAI) -> None:
180 eval = client.evals.update(
181 eval_id="eval_id",
182 )
183 assert_matches_type(EvalUpdateResponse, eval, path=["response"])
184
185 @parametrize
186 def test_method_update_with_all_params(self, client: OpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
updateMethod · 0.45

Tested by

no test coverage detected