summaryrefslogtreecommitdiff
path: root/python
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
commit4752f2bf5a3c49acd1301ac74857aed691f9258e (patch)
treea66813e3540d0e808f34d19c069d679fb77e4e3d /python
parentcfc845f282d497ee6f4430022808ce2a4d526ac9 (diff)
downloadsubunit-4752f2bf5a3c49acd1301ac74857aed691f9258e.tar.gz
Comments.
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.