summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2012-03-25 15:42:36 +0100
committerJonathan Lange <jml@mumak.net>2012-03-25 15:42:36 +0100
commit8d917cbb485352c5834c1716787538888223aafc (patch)
tree93288e062cec635333ac986a667fcb86a200c1a8 /python
parent8ef201486accca05b0ded63c1d360e3c10722a03 (diff)
downloadsubunit-git-8d917cbb485352c5834c1716787538888223aafc.tar.gz
Resolve XXX about testtools support for tags.
Diffstat (limited to 'python')
-rw-r--r--python/subunit/test_results.py3
1 files changed, 1 insertions, 2 deletions
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)