(t *testing.T)
| 1550 | } |
| 1551 | |
| 1552 | func TestSourceRepoLabel_Empty(t *testing.T) { |
| 1553 | assert.Equal(t, "(no source field)", sourceRepoLabel(""), "empty repo should return placeholder label") |
| 1554 | } |
| 1555 | |
| 1556 | func TestReadSourceRepoFromFile_ValidSource(t *testing.T) { |
| 1557 | dir := t.TempDir() |
nothing calls this directly
no test coverage detected