From f73468bb9cb9e479a0b81e3766623c32802db579 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 25 Sep 2016 17:20:28 +0200 Subject: fix(test): put `test_commits` back Thanks to @yarikoptic for catching this one ! --- git/test/test_repo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/test/test_repo.py') diff --git a/git/test/test_repo.py b/git/test/test_repo.py index e24062c1..d04a0f66 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -115,6 +115,7 @@ class TestRepo(TestBase): assert commit.type == 'commit' assert self.rorepo.commit(commit) == commit + def test_commits(self): mc = 10 commits = list(self.rorepo.iter_commits('0.1.6', max_count=mc)) assert len(commits) == mc -- cgit v1.2.1