MCPcopy
hub / github.com/pytest-dev/pytest / test_valid_idents

Function test_valid_idents

testing/test_mark_expression.py:189–193  ·  view source on GitHub ↗
(ident: str)

Source from the content-addressed store, hash-verified

187 ),
188)
189def test_valid_idents(ident: str) -> None:
190 def matcher(name: str, /, **kwargs: str | int | bool | None) -> bool:
191 return name == ident
192
193 assert evaluate(ident, matcher)
194
195
196@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected