MCPcopy Index your code
hub / github.com/jetify-com/devbox / TestScriptsWithProjects

Function TestScriptsWithProjects

testscripts/testscripts_test.go:38–45  ·  view source on GitHub ↗

TestScriptsWithProjects runs testscripts on the devbox-projects in the testscripts folder.

(t *testing.T)

Source from the content-addressed store, hash-verified

36
37// TestScriptsWithProjects runs testscripts on the devbox-projects in the testscripts folder.
38func TestScriptsWithProjects(t *testing.T) {
39 isOn, err := strconv.ParseBool(os.Getenv(runProjectTests))
40 if err != nil || !isOn {
41 t.Skipf("Skipping TestScriptsWithProjects. To enable, set %s=1.", runProjectTests)
42 }
43
44 testrunner.RunDevboxTestscripts(t, ".")
45}

Callers

nothing calls this directly

Calls 1

RunDevboxTestscriptsFunction · 0.92

Tested by

no test coverage detected