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

Function test_plugin_nameversion

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

Source from the content-addressed store, hash-verified

73 ids=["normal", "prefix-strip", "deduplicate"],
74)
75def test_plugin_nameversion(input, expected):
76 pluginlist = [(None, x) for x in input]
77 result = _plugin_nameversions(pluginlist)
78 assert result == expected
79
80
81class TestTerminal:

Callers

nothing calls this directly

Calls 1

_plugin_nameversionsFunction · 0.90

Tested by

no test coverage detected