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

Route test_invalid_config_options

testing/test_config.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
        "ini_file_text, invalid_keys, warning_output, exception_text",
        [
            pytest.param(
                """
                [pytest]
                unknown

Source from the content-addressed store, hash-verified

1import os
2import re
3import sys
4import textwrap

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected