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

Function runMob

mob_test.go:2019–2023  ·  view source on GitHub ↗
(t *testing.T, workingDir string, args ...string)

Source from the content-addressed store, hash-verified

2017}
2018
2019func runMob(t *testing.T, workingDir string, args ...string) {
2020 setWorkingDir(workingDir)
2021 newArgs := append([]string{"mob"}, args...)
2022 run(newArgs)
2023}
2024
2025func gitStatus() GitStatus {
2026 shortStatus := silentgit("status", "--porcelain")

Calls 2

setWorkingDirFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected