Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ TestUserNewCommand
Function
TestUserNewCommand
commands/user/user_new_test.go:11–14 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
TestUserNewCommand(t *testing.T) {
12
_, userID := testenv.NewTestEnvAndUser(t)
13
require.Regexp(t,
"[0-9a-f]{64}"
, userID)
14
}
Callers
nothing calls this directly
Calls
1
NewTestEnvAndUser
Function · 0.92
Tested by
no test coverage detected