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

Function test_interpolation

tests/test_utils/test_path.py:59–60  ·  view source on GitHub ↗
(template: str, kwargs: dict[str, Any], expected: str)

Source from the content-addressed store, hash-verified

57 ],
58)
59def test_interpolation(template: str, kwargs: dict[str, Any], expected: str) -> None:
60 assert path_template(template, **kwargs) == expected
61
62
63def test_missing_kwarg_raises_key_error() -> None:

Callers

nothing calls this directly

Calls 1

path_templateFunction · 0.90

Tested by

no test coverage detected