MCPcopy Create free account
hub / github.com/diillson/chatcli / TestSkillHandlerInfo_NotFoundEverywhere

Function TestSkillHandlerInfo_NotFoundEverywhere

cli/skill_handler_info_test.go:56–61  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

54}
55
56func TestSkillHandlerInfo_NotFoundEverywhere(t *testing.T) {
57 sh, _ := newInfoFixture(t)
58 // Both local install dir AND remote registries are empty/disabled —
59 // Info must reach the "not found" message and return without panic.
60 sh.Info(context.Background(), "does-not-exist", "")
61}
62
63func TestSkillHandlerInfo_LocalOnlyPrintsStatus(t *testing.T) {
64 sh, installDir := newInfoFixture(t)

Callers

nothing calls this directly

Calls 2

newInfoFixtureFunction · 0.85
InfoMethod · 0.65

Tested by

no test coverage detected