summaryrefslogtreecommitdiffhomepage
path: root/tests/doctests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-06 18:11:50 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-06 18:11:50 -0300
commitf09442516bf1d5cbabccea5a4cca7373af2cd7c1 (patch)
tree9f7e4409e45052501d3845f742239a7b860fdb8f /tests/doctests
parent618385ea9b2c9c232f2ea93442032ec5443b321f (diff)
DebianChangelog: add accessor for distribution
Diffstat (limited to 'tests/doctests')
-rw-r--r--tests/doctests/test_Changelog.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/doctests/test_Changelog.py b/tests/doctests/test_Changelog.py
index cddf5ae7..3e64f4d2 100644
--- a/tests/doctests/test_Changelog.py
+++ b/tests/doctests/test_Changelog.py
@@ -119,6 +119,8 @@ def test_parse_no_eopch():
'1.0'
>>> cl.has_epoch()
False
+ >>> cl.distribution
+ 'unstable'
"""