Skip to content

Commit f73468b

Browse files
committed
fix(test): put test_commits back
Thanks to @yarikoptic for catching this one !
1 parent 0de60ab commit f73468b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git/test/test_repo.py

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def test_commit_from_revision(self):
115115
assert commit.type == 'commit'
116116
assert self.rorepo.commit(commit) == commit
117117

118+
def test_commits(self):
118119
mc = 10
119120
commits = list(self.rorepo.iter_commits('0.1.6', max_count=mc))
120121
assert len(commits) == mc

0 commit comments

Comments
 (0)