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

Method test_method_retrieve

tests/api_resources/test_evals.py:141–145  ·  tests/api_resources/test_evals.py::TestEvals.test_method_retrieve
(self, client: OpenAI)

Source from the content-addressed store, hash-verified

139
140 @parametrize
141 def test_method_retrieve(self, client: OpenAI) -> None:
142 eval = client.evals.retrieve(
143 class="st">"eval_id",
144 )
145 assert_matches_type(EvalRetrieveResponse, eval, path=[class="st">"response"])
146
147 @parametrize
148 def test_raw_response_retrieve(self, client: OpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
retrieveMethod · 0.45

Tested by

no test coverage detected