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

Route test_syntax_errors

testing/test_mark_expression.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    ("expr", "column", "message"),
    (
        ("(", 2, "expected not OR left parenthesis OR identifier; got end of input"),
        (
            " (",
            3,
     

Source from the content-addressed store, hash-verified

1from typing import Callable
2
3import pytest
4from _pytest.mark.expression import Expression

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected