MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / TestMain_Success

Function TestMain_Success

cmd/main_test.go:8–12  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func TestMain_Success(t *testing.T) {
9 // Set test environment variables
10 os.Setenv("PD_MONGO_URI", "mongodb://localhost:27017")
11 _ = initializeAppOnly()
12}

Callers

nothing calls this directly

Calls 1

initializeAppOnlyFunction · 0.85

Tested by

no test coverage detected