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

Route test_warn_missing

testing/test_assertion.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "cmdline_args, warning_output",
    [
        (
            ["-OO", "-m", "pytest", "-h"],
            ["warning :*PytestConfigWarning:*assert statements are not executed*

Source from the content-addressed store, hash-verified

1import collections
2import sys
3import textwrap
4from typing import Any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected