Method
test_path_params_retrieve
tests/api_resources/test_evals.py:172–176
· tests/api_resources/test_evals.py::TestEvals.test_path_params_retrieve
(self, client: OpenAI)
Source from the content-addressed store, hash-verified
| 170 | |
| 171 | @parametrize |
| 172 | def test_path_params_retrieve(self, client: OpenAI) -> None: |
| 173 | with pytest.raises(ValueError, match=rclass="st">"Expected a non-empty value for `eval_id` but received &class="cm">#x27;'"): |
| 174 | client.evals.with_raw_response.retrieve( |
| 175 | class="st">"", |
| 176 | ) |
| 177 | |
| 178 | @parametrize |
| 179 | def test_method_update(self, client: OpenAI) -> None: |
Callers
nothing calls this directly
Tested by
no test coverage detected