pytest.mark.parametrize(
("expr", "expected_error"),
[
(
"foo or",
"at column 7: expected not OR left parenthesis OR identifier; got end of input",
),
| 1 | import os |
| 2 | import sys |
| 3 | from typing import List |
| 4 | from typing import Optional |
nothing calls this directly
no outgoing calls
no test coverage detected