pytest.mark.parametrize(
("expr", "column", "message"),
(
("(", 2, "expected not OR left parenthesis OR identifier; got end of input"),
(
" (",
3,
| 1 | from typing import Callable |
| 2 | |
| 3 | import pytest |
| 4 | from _pytest.mark.expression import Expression |
nothing calls this directly
no outgoing calls
no test coverage detected