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

Route test_keyword_option_wrong_arguments

testing/test_mark.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    ("expr", "expected_error"),
    [
        (
            "foo or",
            "at column 7: expected not OR left parenthesis OR identifier; got end of input",
        ),
 

Source from the content-addressed store, hash-verified

1import os
2import sys
3from typing import List
4from typing import Optional

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected