MCPcopy Index your code
hub / github.com/openai/openai-python / test_method_list

Method test_method_list

tests/api_resources/test_files.py:364–366  ·  view source on GitHub ↗
(self, async_client: AsyncOpenAI)

Source from the content-addressed store, hash-verified

362
363 @parametrize
364 async def test_method_list(self, async_client: AsyncOpenAI) -> None:
365 file = await async_client.files.list()
366 assert_matches_type(AsyncCursorPage[FileObject], file, path=["response"])
367
368 @parametrize
369 async def test_method_list_with_all_params(self, async_client: AsyncOpenAI) -> None:

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
listMethod · 0.45

Tested by

no test coverage detected