MCPcopy Index your code
hub / github.com/coder/coder / TestGetTestPackageName

Function TestGetTestPackageName

coderd/database/dbtestutil/broker_internal_test.go:9–13  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestGetTestPackageName(t *testing.T) {
10 t.Parallel()
11 packageName := getTestPackageName(t)
12 require.Equal(t, "coderd/database/dbtestutil", packageName)
13}

Callers

nothing calls this directly

Calls 2

getTestPackageNameFunction · 0.85
EqualMethod · 0.45

Tested by

no test coverage detected