From 66977fd32a11f21451b8ac3976513272490637e8 Mon Sep 17 00:00:00 2001 From: Alexander King <55767786+king-alexander@users.noreply.github.com> Date: Fri, 29 Oct 2021 10:28:20 -0400 Subject: [PATCH] Update testing/test_mark.py Co-authored-by: Ran Benita --- testing/test_mark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_mark.py b/testing/test_mark.py index 5f3af52f4..19eff00f3 100644 --- a/testing/test_mark.py +++ b/testing/test_mark.py @@ -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( """