summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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.