MCPcopy
hub / github.com/cli/cli / TestBuildRepoURL

Function TestBuildRepoURL

internal/skills/source/source_test.go:10–12  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestBuildRepoURL(t *testing.T) {
11 assert.Equal(t, "https://github.com/monalisa/octocat-skills", BuildRepoURL("github.com", "monalisa", "octocat-skills"))
12}
13
14func TestParseMetadataRepo(t *testing.T) {
15 tests := []struct {

Callers

nothing calls this directly

Calls 2

BuildRepoURLFunction · 0.85
EqualMethod · 0.80

Tested by

no test coverage detected