MCPcopy Create free account
hub / github.com/github/gh-aw / TestAddWizardCommandMentionsCrush

Function TestAddWizardCommandMentionsCrush

pkg/cli/add_wizard_command_test.go:12–16  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func TestAddWizardCommandMentionsCrush(t *testing.T) {
13 cmd := NewAddWizardCommand(func(string) error { return nil })
14 require.NotNil(t, cmd, "Add wizard command should be created")
15 assert.Contains(t, cmd.Long, "Copilot, Claude, Codex, Gemini, or Crush", "Add wizard help should mention all interactive engine options")
16}
17
18func TestAddWizardCommand_UsesStandardThreePartWorkflowSpecWording(t *testing.T) {
19 cmd := NewAddWizardCommand(func(string) error { return nil })

Callers

nothing calls this directly

Calls 1

NewAddWizardCommandFunction · 0.85

Tested by

no test coverage detected