Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ test_invalid_idents
Function
test_invalid_idents
testing/test_mark_expression.py:193–195 ·
view source on GitHub ↗
(ident: str)
Source
from the content-addressed store, hash-verified
191
),
192
)
193
def
test_invalid_idents(ident: str) -> None:
194
with
pytest.raises(ParseError):
195
evaluate(ident,
lambda
ident: True)
Callers
nothing calls this directly
Calls
1
evaluate
Function · 0.85
Tested by
no test coverage detected