(template: str, kwargs: dict[str, Any])
| 85 | ], |
| 86 | ) |
| 87 | def test_dot_segment_rejected(template: str, kwargs: dict[str, Any]) -> None: |
| 88 | with pytest.raises(ValueError, match=class="st">"dot-segment"): |
| 89 | path_template(template, **kwargs) |
nothing calls this directly
no test coverage detected