Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ NewTestEnv
Function
NewTestEnv
commands/execenv/env_testing.go:75–78 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
NewTestEnv(t *testing.T) *Env {
76
t.Helper()
77
return
newTestEnv(t, false)
78
}
79
80
func
NewTestEnvTerminal(t *testing.T) *Env {
81
t.Helper()
Callers
1
NewTestEnvAndUser
Function · 0.92
Calls
2
newTestEnv
Function · 0.85
Helper
Method · 0.80
Tested by
no test coverage detected