MCPcopy
hub / github.com/dgraph-io/dgraph / TestMain

Function TestMain

dgraph/cmd/version/version_test.go:19–21  ·  view source on GitHub ↗

Test `dgraph version` with an empty config file.

(m *testing.M)

Source from the content-addressed store, hash-verified

17
18// Test `dgraph version` with an empty config file.
19func TestMain(m *testing.M) {
20 m.Run()
21}
22
23func TestDgraphVersion(t *testing.T) {
24 tmpPath := t.TempDir()

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected