MCPcopy
hub / github.com/github/github-mcp-server / TestLabelCollaboratorRoster

Function TestLabelCollaboratorRoster

pkg/ifc/ifc_test.go:153–161  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

151}
152
153func TestLabelCollaboratorRoster(t *testing.T) {
154 t.Parallel()
155
156 // A collaborator roster requires push access to list, so it is never
157 // world-readable — always trusted and private.
158 label := LabelCollaboratorRoster()
159 assert.Equal(t, IntegrityTrusted, label.Integrity)
160 assert.Equal(t, ConfidentialityPrivate, label.Confidentiality)
161}
162
163func TestLabelCommitContents(t *testing.T) {
164 t.Parallel()

Callers

nothing calls this directly

Calls 1

LabelCollaboratorRosterFunction · 0.85

Tested by

no test coverage detected