From dcf88f6c47a42c791ddf257ee4f6050e943ba906 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Thu, 19 Apr 2012 13:57:29 +0100 Subject: Comments. --- python/subunit/test_results.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python') 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. -- cgit v1.2.1