summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
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):