MCPcopy
hub / github.com/pytest-dev/pytest / test_plugin_nameversion

Function test_plugin_nameversion

testing/test_terminal.py:82–85  ·  view source on GitHub ↗
(input, expected)

Source from the content-addressed store, hash-verified

80 ids=["normal", "prefix-strip", "deduplicate"],
81)
82def test_plugin_nameversion(input, expected):
83 pluginlist = [(None, x) for x in input]
84 result = _plugin_nameversions(pluginlist)
85 assert result == expected
86
87
88class TestTerminal:

Callers

nothing calls this directly

Calls 1

_plugin_nameversionsFunction · 0.90

Tested by

no test coverage detected