(t *testing.T)
| 40 | })() |
| 41 | |
| 42 | func skipIfMissingAuth(t *testing.T) { |
| 43 | if !auth { |
| 44 | t.Skipf("No OAuth token - skipping portions of %v\n", t.Name()) |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | func createRandomTestRepository(t *testing.T, owner string, autoinit bool) *github.Repository { |
| 49 | t.Helper() |
no outgoing calls
no test coverage detected
searching dependent graphs…