MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / TestMain

Function TestMain

integration_test.go:62–65  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

60}
61
62func TestMain(m *testing.M) {
63 initialize()
64 os.Exit(m.Run())
65}
66
67func initialize() {
68 if os.Getenv(envTestProjectId) == "" || os.Getenv(envTestInstanceId) == "" || os.Getenv(envTestDatabaseId) == "" {

Callers

nothing calls this directly

Calls 2

initializeFunction · 0.85
ExitMethod · 0.80

Tested by

no test coverage detected