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

Method test_method_update

tests/api_resources/test_evals.py:456–460  ·  view source on GitHub ↗
(self, async_client: AsyncOpenAI)

Source from the content-addressed store, hash-verified

454
455 @parametrize
456 async def test_method_update(self, async_client: AsyncOpenAI) -> None:
457 eval = await async_client.evals.update(
458 eval_id="eval_id",
459 )
460 assert_matches_type(EvalUpdateResponse, eval, path=["response"])
461
462 @parametrize
463 async def test_method_update_with_all_params(self, async_client: AsyncOpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
updateMethod · 0.45

Tested by

no test coverage detected