MCPcopy Create free account
hub / github.com/auth0/auth0-cli / mkTestDir

Function mkTestDir

internal/cli/quickstart_detect_test.go:26–29  ·  view source on GitHub ↗
(t *testing.T, dir, sub string)

Source from the content-addressed store, hash-verified

24}
25
26func mkTestDir(t *testing.T, dir, sub string) {
27 t.Helper()
28 require.NoError(t, os.MkdirAll(filepath.Join(dir, sub), 0755))
29}
30
31// generateAndWriteQuickstartConfig bridges the old test signature to
32// replaceDetectionSub + (*cli).WriteQuickstartConfig.

Calls

no outgoing calls

Tested by

no test coverage detected