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

Route test_plugin_nameversion

testing/test_terminal.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "input,expected",
    [
        ([DistInfo(project_name="test", version=1)], ["test-1"]),
        ([DistInfo(project_name="pytest-test", version=1)], ["test-1"]),
        

Source from the content-addressed store, hash-verified

1"""Terminal reporting of the full testing process."""
2import collections
3import os
4import sys

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected