summaryrefslogtreecommitdiff
path: root/python/subunit/test_results.py
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2012-04-20 12:34:31 +0100
committerJonathan Lange <jml@mumak.net>2012-04-20 12:34:31 +0100
commit89f529754fbb52f5015e487261529f2b40ab2df1 (patch)
tree92506e8b07ce279d728dd2b21787025b61682d82 /python/subunit/test_results.py
parent8a53f1eb17675081780974943ab009e31fafc0ab (diff)
parenta61e333822723ca40c9e7423228bd1f240eddd91 (diff)
downloadsubunit-git-89f529754fbb52f5015e487261529f2b40ab2df1.tar.gz
Merge updates from tag-collapsing-rigor.
Diffstat (limited to 'python/subunit/test_results.py')
-rw-r--r--python/subunit/test_results.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py
index 465b266..fea3b07 100644
--- a/python/subunit/test_results.py
+++ b/python/subunit/test_results.py
@@ -248,6 +248,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.