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

Function test_command

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

Source from the content-addressed store, hash-verified

250 ],
251)
252def test_command(obj, expect):
253 ctx = click.Context(obj)
254 out = obj.to_info_dict(ctx)
255 assert out == expect
256
257
258def test_context():

Callers

nothing calls this directly

Calls 1

to_info_dictMethod · 0.45

Tested by

no test coverage detected