(pytester: Pytester)
| 1010 | |
| 1011 | |
| 1012 | def 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 | |
| 1017 | def test_mark_expressions_no_smear(pytester: Pytester) -> None: |
nothing calls this directly
no test coverage detected