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

Function TestRunOutput

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

Source from the content-addressed store, hash-verified

975}
976
977func TestRunOutput(t *testing.T) {
978 _, configuration := setup(t)
979
980 setWorkingDir(tempDir + "/local")
981 start(configuration)
982 createFile(t, "file1.txt", "asdf")
983 output := readFile(t, filepath.Join(tempDir, "local", "file1.txt"))
984 assertOutputContains(t, &output, "asdf")
985}
986
987func TestTestbed(t *testing.T) {
988 _, configuration := setup(t)

Callers

nothing calls this directly

Calls 6

setupFunction · 0.85
setWorkingDirFunction · 0.85
startFunction · 0.85
createFileFunction · 0.85
readFileFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected