diff options
Diffstat (limited to 'python/subunit/test_results.py')
| -rw-r--r-- | python/subunit/test_results.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py index 4a55cf8..8db40e1 100644 --- a/python/subunit/test_results.py +++ b/python/subunit/test_results.py @@ -244,6 +244,8 @@ class TagCollapsingDecorator(HookedTestResultDecorator): self.decorated.tags(new_tags, gone_tags) if self._current_test_tags: self._current_test_tags = set(), set() + else: + self._global_tags = set(), set() def tags(self, new_tags, gone_tags): """Handle tag instructions. |
