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

Function TestScripts

testscripts/testscripts_test.go:15–19  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

13const runProjectTests = "DEVBOX_RUN_PROJECT_TESTS"
14
15func TestScripts(t *testing.T) {
16 // To run a specific test, say, testscripts/foo/bar.test.text, then run
17 // go test ./testscripts -run TestScripts/bar
18 testrunner.RunTestscripts(t, ".")
19}
20
21func TestMain(m *testing.M) {
22 testrunner.Main(m)

Callers

nothing calls this directly

Calls 1

RunTestscriptsFunction · 0.92

Tested by

no test coverage detected