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 | dcf88f6c47a42c791ddf257ee4f6050e943ba906 (patch) | |
| tree | a66813e3540d0e808f34d19c069d679fb77e4e3d /python/subunit | |
| parent | 994467ea854c08498baac63f01a653a240514526 (diff) | |
| download | subunit-git-dcf88f6c47a42c791ddf257ee4f6050e943ba906.tar.gz | |
Comments.
Diffstat (limited to 'python/subunit')
| -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. |
