MCPcopy Index your code
hub / github.com/pytest-dev/pytest / test_parameterset_for_parametrize_bad_markname

Function test_parameterset_for_parametrize_bad_markname

testing/test_mark.py:1093–1095  ·  view source on GitHub ↗
(pytester: Pytester)

Source from the content-addressed store, hash-verified

1091
1092
1093def test_parameterset_for_parametrize_bad_markname(pytester: Pytester) -> None:
1094 with pytest.raises(pytest.UsageError):
1095 test_parameterset_for_parametrize_marks(pytester, "bad")
1096
1097
1098def test_mark_expressions_no_smear(pytester: Pytester) -> None:

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…