Update testing/test_mark.py
Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
parent
4c814accd4
commit
66977fd32a
|
@ -1111,7 +1111,7 @@ def test_pytest_param_id_allows_none_or_string(s) -> None:
|
|||
assert pytest.param(id=s)
|
||||
|
||||
|
||||
@pytest.mark.parametrize("expr", ("NOT internal_err", "NOT (internal_err)"))
|
||||
@pytest.mark.parametrize("expr", ("NOT internal_err", "NOT (internal_err)", "bogus="))
|
||||
def test_marker_expr_eval_failure_handling(pytester: Pytester, expr) -> None:
|
||||
foo = pytester.makepyfile(
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue