From 989671780551b7587d57e1d7cb5eb1002ade75b4 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Oct 2009 23:44:18 +0200 Subject: Implemneted IterableLists for refs, commits and remote objects including simple tests --- test/git/test_tag.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/git/test_tag.py') diff --git a/test/git/test_tag.py b/test/git/test_tag.py index 8f12bf11..9641e0ac 100644 --- a/test/git/test_tag.py +++ b/test/git/test_tag.py @@ -30,5 +30,6 @@ class TestTag(object): # END if we have a tag object # END for tag in repo-tags assert tag_object_refs + assert isinstance(self.repo.tags['0.1.5'], TagReference) -- cgit v1.2.3