diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/test_results.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py index f2f5d82..a6ad0c6 100644 --- a/python/subunit/test_results.py +++ b/python/subunit/test_results.py @@ -236,7 +236,6 @@ class TestResultFilter(TestResultDecorator): self._current_test_filtered = None # The (new, gone) tags for the current test. self._current_test_tags = None - # Calls to this result that we don't know whether to forward on yet. self._buffered_calls = [] |
