MCPcopy Index your code
hub / github.com/gopherdata/gophernotes / TestMain

Function TestMain

kernel_test.go:37–39  ·  view source on GitHub ↗

==============================================================================

(m *testing.M)

Source from the content-addressed store, hash-verified

35//==============================================================================
36
37func TestMain(m *testing.M) {
38 os.Exit(runTest(m))
39}
40
41// runTest initializes the environment for the tests and allows for
42// the proper exit if the test fails or succeeds.

Callers

nothing calls this directly

Calls 1

runTestFunction · 0.85

Tested by

no test coverage detected