(self, client: OpenAI)
| 71 | |
| 72 | @parametrize |
| 73 | def test_method_retrieve(self, client: OpenAI) -> None: |
| 74 | file = client.files.retrieve( |
| 75 | class="st">"string", |
| 76 | ) |
| 77 | assert_matches_type(FileObject, file, path=[class="st">"response"]) |
| 78 | |
| 79 | @parametrize |
| 80 | def test_raw_response_retrieve(self, client: OpenAI) -> None: |
nothing calls this directly
no test coverage detected