Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
)
167
def
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
evaluate
Function · 0.85
Tested by
no test coverage detected