aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_tag.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-19 23:44:18 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-19 23:44:18 +0200
commit989671780551b7587d57e1d7cb5eb1002ade75b4 (patch)
treeef1c02449ee980c2f0fa6182a537fc3412830a39 /test/git/test_tag.py
parentb9cb007076542e32f7b99bb18bc6ec424f3b407b (diff)
downloadGitPython-989671780551b7587d57e1d7cb5eb1002ade75b4.tar.gz
GitPython-989671780551b7587d57e1d7cb5eb1002ade75b4.zip
Implemneted IterableLists for refs, commits and remote objects including simple tests
Diffstat (limited to 'test/git/test_tag.py')
-rw-r--r--test/git/test_tag.py1
1 files changed, 1 insertions, 0 deletions
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)