MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_valid_idents

Function test_valid_idents

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

Source from the content-addressed store, hash-verified

165 ),
166)
167def test_valid_idents(ident: str) -> None:
168 assert evaluate(ident, {ident: True}.__getitem__)
169
170
171@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected