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

Function TestMobMooWorksOutsideOfGitRepository

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

Source from the content-addressed store, hash-verified

2001}
2002
2003func TestMobMooWorksOutsideOfGitRepository(t *testing.T) {
2004 output := captureOutput(t)
2005 runMob(t, t.TempDir(), "help")
2006
2007 assertOutputNotContains(t, output, "ERROR")
2008 assertOutputContains(t, output, "moo")
2009}
2010
2011func TestMobVersionWorksOutsideOfGitRepository(t *testing.T) {
2012 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