MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / test_tuple_input

Function test_tuple_input

tests/test_files.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

to_httpx_filesFunction · 0.90

Tested by

no test coverage detected