From 8d917cbb485352c5834c1716787538888223aafc Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Sun, 25 Mar 2012 15:42:36 +0100 Subject: Resolve XXX about testtools support for tags. --- python/subunit/test_results.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py index c8b0bfe..f64126d 100644 --- a/python/subunit/test_results.py +++ b/python/subunit/test_results.py @@ -534,8 +534,7 @@ class TestByTestResult(testtools.TestResult): status=self._status, start_time=self._start_time, stop_time=self._stop_time, - # XXX: This is unset when I run it. Is current_tags a new part of - # the testtools API? + # current_tags is new in testtools 0.9.13. tags=getattr(self, 'current_tags', None), details=self._details) -- cgit v1.2.1