MCPcopy
hub / github.com/pallets/click / test_parameter

Function test_parameter

tests/test_info_dict.py:211–213  ·  view source on GitHub ↗
(obj, expect)

Source from the content-addressed store, hash-verified

209 ],
210)
211def test_parameter(obj, expect):
212 out = obj.to_info_dict()
213 assert out == expect
214
215
216@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

to_info_dictMethod · 0.45

Tested by

no test coverage detected