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

Function test_tuple_input

tests/test_files.py:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def test_tuple_input() -> None:
20 result = to_httpx_files([("file", readme_path)])
21 print(result)
22 assert result == IsList(IsTuple("file", IsTuple("README.md", IsBytes())))
23
24
25@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

to_httpx_filesFunction · 0.90

Tested by

no test coverage detected