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

Function TestBuildDeployPRMetadata_MultipleWorkflows

pkg/cli/deploy_command_test.go:145–149  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

143}
144
145func TestBuildDeployPRMetadata_MultipleWorkflows(t *testing.T) {
146 title, body := buildDeployPRMetadata([]string{"a", "b", "c"}, "owner/repo")
147 assert.Equal(t, deployCommitMessage, title)
148 assert.Contains(t, body, "Deploy 3 workflows to owner/repo.")
149}
150
151func TestExcludeExistingSourcedWorkflows_SkipsExistingSourcedWorkflow(t *testing.T) {
152 t.Parallel()

Callers

nothing calls this directly

Calls 1

buildDeployPRMetadataFunction · 0.85

Tested by

no test coverage detected