summaryrefslogtreecommitdiff
path: root/python/subunit
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2012-04-19 13:57:29 +0100
committerJonathan Lange <jml@mumak.net>2012-04-19 13:57:29 +0100
commitdcf88f6c47a42c791ddf257ee4f6050e943ba906 (patch)
treea66813e3540d0e808f34d19c069d679fb77e4e3d /python/subunit
parent994467ea854c08498baac63f01a653a240514526 (diff)
downloadsubunit-git-dcf88f6c47a42c791ddf257ee4f6050e943ba906.tar.gz
Comments.
Diffstat (limited to 'python/subunit')
-rw-r--r--python/subunit/test_results.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py
index deaea1b..ce8f67a 100644
--- a/python/subunit/test_results.py
+++ b/python/subunit/test_results.py
@@ -40,6 +40,9 @@ class TestResultDecorator(object):
or features by degrading them.
"""
+ # XXX: Since lp:testtools r250, this is in testtools. Once it's released,
+ # we should gut this and just use that.
+
def __init__(self, decorated):
"""Create a TestResultDecorator forwarding to decorated."""
# Make every decorator degrade gracefully.