(
expr: str, expected: bool, mark_matcher: MarkMatcher
)
| 333 | ), |
| 334 | ) |
| 335 | def test_str_keyword_expressions( |
| 336 | expr: str, expected: bool, mark_matcher: MarkMatcher |
| 337 | ) -> None: |
| 338 | assert evaluate(expr, mark_matcher) is expected |
nothing calls this directly
no test coverage detected