Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
)
252
def
test_command(obj, expect):
253
ctx = click.Context(obj)
254
out = obj.to_info_dict(ctx)
255
assert out == expect
256
257
258
def
test_context():
Callers
nothing calls this directly
Calls
1
to_info_dict
Method · 0.45
Tested by
no test coverage detected