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