aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_Changelog.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-13 09:07:19 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-22 19:45:26 +0100
commit5b5dbf61244708d9d234a3ef90ce85cd4f35f259 (patch)
tree4ac0abfab8629011418c4bc6852b423295b1a2f3 /tests/test_Changelog.py
parent63b24cef4db5277eff7b38bbe359fc30f9d28b90 (diff)
PristineTar: move to separate module
and make it accessible from GitRepository to group checkout/checkin/lookup.
Diffstat (limited to 'tests/test_Changelog.py')
-rw-r--r--tests/test_Changelog.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_Changelog.py b/tests/test_Changelog.py
index 97414abb..be22b8a2 100644
--- a/tests/test_Changelog.py
+++ b/tests/test_Changelog.py
@@ -158,6 +158,7 @@ def test_parse_eopch():
"""
def test_parse_name():
+ """
Methods tested:
- L{gbp.deb.changelog.ChangeLog.__init__}
@@ -168,3 +169,4 @@ def test_parse_name():
>>> cl = gbp.deb.changelog.ChangeLog(cl_debian)
>>> cl.name
'git-buildpackage'
+ """