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

Function TestExperimentsListSubcommandFlags

pkg/cli/experiments_command_test.go:315–321  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

313}
314
315func TestExperimentsListSubcommandFlags(t *testing.T) {
316 cmd := NewExperimentsListSubcommand()
317 require.NotNil(t, cmd, "list subcommand should be created")
318
319 assert.NotNil(t, cmd.Flag("json"), "should have --json flag")
320 assert.NotNil(t, cmd.Flag("repo"), "should have --repo flag")
321}
322
323func TestExperimentsAnalyzeSubcommandFlags(t *testing.T) {
324 cmd := NewExperimentsAnalyzeSubcommand()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected