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

Function test_pathlib_includes_file_name

tests/test_files.py:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_pathlib_includes_file_name() -> None:
13 result = to_httpx_files({"file": readme_path})
14 print(result)
15 assert result == IsDict({"file": IsTuple("README.md", IsBytes())})
16
17
18def test_tuple_input() -> None:

Callers

nothing calls this directly

Calls 1

to_httpx_filesFunction · 0.90

Tested by

no test coverage detected