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

Function assertCommits

mob_test.go:2174–2176  ·  view source on GitHub ↗
(t *testing.T, commits int)

Source from the content-addressed store, hash-verified

2172}
2173
2174func assertCommits(t *testing.T, commits int) {
2175 assertCommitsOnBranch(t, commits, "HEAD")
2176}
2177
2178func assertCommitsOnBranch(t *testing.T, commits int, branchName string) {
2179 result := silentgit("rev-list", "--count", branchName)

Calls 1

assertCommitsOnBranchFunction · 0.85

Tested by

no test coverage detected