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

Function test_pathlib_includes_file_name

tests/test_files.py:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

to_httpx_filesFunction · 0.90

Tested by

no test coverage detected