MCPcopy Index your code
hub / github.com/Persper/code-analytics / test_iter_twice

Function test_iter_twice

test/test_analytics/test_iterator.py:60–65  ·  view source on GitHub ↗
(ri)

Source from the content-addressed store, hash-verified

58
59
60def test_iter_twice(ri):
61 commits, branch_commits = ri.iter(from_beginning=True, into_branches=True)
62 commits2, branch_commits2 = ri.iter(
63 from_beginning=True, into_branches=True)
64 assert(commits == commits2)
65 assert(branch_commits == branch_commits2)

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected