MCPcopy Create free account
hub / github.com/conforma/cli / Testing

Function Testing

acceptance/testenv/testenv.go:227–229  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

225}
226
227func Testing(ctx context.Context) *testing.T {
228 return ctx.Value(TestingT).(*testing.T)
229}
230
231func TempDir(ctx context.Context) (context.Context, string) {
232 utl := &testUtil{}

Callers 4

setupKeysFunction · 0.92
setupKubernetesFunction · 0.92
captureFunction · 0.92
TempDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected