diff options
| author | Jonathan Lange <jml@mumak.net> | 2012-04-19 13:57:29 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2012-04-19 13:57:29 +0100 |
| commit | 4752f2bf5a3c49acd1301ac74857aed691f9258e (patch) | |
| tree | a66813e3540d0e808f34d19c069d679fb77e4e3d /python | |
| parent | cfc845f282d497ee6f4430022808ce2a4d526ac9 (diff) | |
| download | subunit-4752f2bf5a3c49acd1301ac74857aed691f9258e.tar.gz | |
Comments.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/test_results.py | 3 |
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. |
