summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-04-25 22:32:49 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-04-25 22:32:49 +0200
commit2950580814e220313b862e13ea40f3ac8163601c (patch)
treebebba07d9315ab131ee2fe27a7992423f88ef614 /python
parentd3a4695b7a8678304001e6cf8dc68b64d2a7cde7 (diff)
downloadsubunit-git-2950580814e220313b862e13ea40f3ac8163601c.tar.gz
Remove TagCollapsingDecator test.
Diffstat (limited to 'python')
-rw-r--r--python/subunit/tests/test_test_results.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/subunit/tests/test_test_results.py b/python/subunit/tests/test_test_results.py
index 23b8b5e..94d2274 100644
--- a/python/subunit/tests/test_test_results.py
+++ b/python/subunit/tests/test_test_results.py
@@ -229,11 +229,6 @@ class TestTagCollapsingDecorator(TestCase):
('stopTest', test)],
result._events)
- def test_tags_collapsed_tests_run(self):
- result = ExtendedTestResult()
- tag_collapser = subunit.test_results.TagCollapsingDecorator(result)
- tag_collapser.testsRun += 1
-
class TestTimeCollapsingDecorator(TestCase):