MCPcopy Index your code
hub / github.com/openai/openai-python / test_dot_segment_rejected

Function test_dot_segment_rejected

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

Source from the content-addressed store, hash-verified

85 ],
86)
87def test_dot_segment_rejected(template: str, kwargs: dict[str, Any]) -> None:
88 with pytest.raises(ValueError, match="dot-segment"):
89 path_template(template, **kwargs)

Callers

nothing calls this directly

Calls 1

path_templateFunction · 0.90

Tested by

no test coverage detected