MCPcopy Index your code
hub / github.com/git-bug/git-bug / NewTestEnvTerminal

Function NewTestEnvTerminal

commands/execenv/env_testing.go:80–83  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

78}
79
80func NewTestEnvTerminal(t *testing.T) *Env {
81 t.Helper()
82 return newTestEnv(t, true)
83}
84
85func newTestEnv(t *testing.T, isTerminal bool) *Env {
86 repo := repository.CreateGoGitTestRepo(t, false)

Callers

nothing calls this directly

Calls 2

newTestEnvFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected