(t *testing.T)
| 45 | var verbose = flag.Bool("test.log", false, "enable test logging (debug by default)") |
| 46 | |
| 47 | func actionConfigFixture(t *testing.T) *Configuration { |
| 48 | t.Helper() |
| 49 | return actionConfigFixtureWithDummyResources(t, nil) |
| 50 | } |
| 51 | |
| 52 | func actionConfigFixtureWithDummyResources(t *testing.T, dummyResources kube.ResourceList) *Configuration { |
| 53 | t.Helper() |
no test coverage detected
searching dependent graphs…