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

Method test_method_list

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

Source from the content-addressed store, hash-verified

224
225 @parametrize
226 def test_method_list(self, client: OpenAI) -> None:
227 eval = client.evals.list()
228 assert_matches_type(SyncCursorPage[EvalListResponse], eval, path=["response"])
229
230 @parametrize
231 def test_method_list_with_all_params(self, client: OpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
listMethod · 0.45

Tested by

no test coverage detected