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

Function test_str_keyword_expressions

testing/test_mark_expression.py:335–338  ·  view source on GitHub ↗
(
    expr: str, expected: bool, mark_matcher: MarkMatcher
)

Source from the content-addressed store, hash-verified

333 ),
334)
335def test_str_keyword_expressions(
336 expr: str, expected: bool, mark_matcher: MarkMatcher
337) -> None:
338 assert evaluate(expr, mark_matcher) is expected

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected