MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / TestMobConfigWorksOutsideOfGitRepository

Function TestMobConfigWorksOutsideOfGitRepository

mob_test.go:1979–1985  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1977}
1978
1979func TestMobConfigWorksOutsideOfGitRepository(t *testing.T) {
1980 output := captureOutput(t)
1981 runMob(t, t.TempDir(), "config")
1982
1983 assertOutputNotContains(t, output, "ERROR")
1984 assertOutputContains(t, output, "MOB_CLI_NAME=\"mob\"")
1985}
1986
1987func TestMobHelpWorksOutsideOfGitRepository(t *testing.T) {
1988 output := captureOutput(t)

Callers

nothing calls this directly

Calls 4

captureOutputFunction · 0.85
runMobFunction · 0.85
assertOutputNotContainsFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected