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

Function test_parameterset_for_parametrize_bad_markname

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

Source from the content-addressed store, hash-verified

1010
1011
1012def test_parameterset_for_parametrize_bad_markname(pytester: Pytester) -> None:
1013 with pytest.raises(pytest.UsageError):
1014 test_parameterset_for_parametrize_marks(pytester, "bad")
1015
1016
1017def test_mark_expressions_no_smear(pytester: Pytester) -> None:

Callers

nothing calls this directly

Tested by

no test coverage detected