From 59b5ed77506b2ca196b9a454fc032e5897f1ca37 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Fri, 20 Apr 2012 10:57:47 +0100 Subject: Properly scope tag collapsing --- python/subunit/test_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/subunit/test_results.py') diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py index dec168d..1988346 100644 --- a/python/subunit/test_results.py +++ b/python/subunit/test_results.py @@ -228,7 +228,7 @@ class TagCollapsingDecorator(HookedTestResultDecorator): def stopTest(self, test): super(TagCollapsingDecorator, self).stopTest(test) - self._current_test_tags = set(), set() + self._current_test_tags = None def _before_event(self): if not self._current_test_tags: -- cgit v1.2.1