MCPcopy 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
75func NewTestEnv(t *testing.T) *Env {
76 t.Helper()
77 return newTestEnv(t, false)
78}
79
80func NewTestEnvTerminal(t *testing.T) *Env {
81 t.Helper()

Callers 1

NewTestEnvAndUserFunction · 0.92

Calls 2

newTestEnvFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected