Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
func
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
getTestPackageName
Function · 0.85
Equal
Method · 0.45
Tested by
no test coverage detected