(t *testing.T)
| 1830 | } |
| 1831 | |
| 1832 | func TestIsGitIdentifiesOutsideOfGitRepo(t *testing.T) { |
| 1833 | setWorkingDir(tempDir + "/notgit") |
| 1834 | equals(t, false, isGit()) |
| 1835 | } |
| 1836 | |
| 1837 | func TestEmptyGitStatus(t *testing.T) { |
| 1838 | setup(t) |
nothing calls this directly
no test coverage detected