Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/remotemobprogramming/mob
/ setWorkingDir
Function
setWorkingDir
mob_test.go:2153–2156 ·
view source on GitHub ↗
(dir string)
Source
from the content-addressed store, hash-verified
2151
}
2152
2153
func
setWorkingDir(dir string) {
2154
workingDir = dir
2155
say.Say(
"\n===== cd "
+ dir)
2156
}
2157
2158
func
assertNoError(t *testing.T, err error) {
2159
if
err != nil {
Callers
15
TestHasCommits_NoCommits
Function · 0.85
TestStartJoinDoesNotWarn
Function · 0.85
TestStartIncludeUnstagedChangesInNewWorkingDirectory
Function · 0.85
TestStartNextStay_WriteLastModifiedFileInCommit_WhenFileIsModifiedAndWorkingDirIsNotProjectRoot
Function · 0.85
TestRunOutput
Function · 0.85
TestTestbed
Function · 0.85
TestStartDoneSquashWithUnpushedCommit
Function · 0.85
TestStartDoneSquashWipWithUnpushedCommit
Function · 0.85
TestDoneSquashWipWithoutStartDoesNotLooseChanges
Function · 0.85
TestGitRootDirWithSymbolicLink
Function · 0.85
TestBothCreateNonemptyCommitWithNext
Function · 0.85
TestNothingToCommitCreatesNoCommits
Function · 0.85
Calls
1
Say
Function · 0.92
Tested by
no test coverage detected