summaryrefslogtreecommitdiff
path: root/python/subunit/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/subunit/tests')
-rw-r--r--python/subunit/tests/test_subunit_filter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/subunit/tests/test_subunit_filter.py b/python/subunit/tests/test_subunit_filter.py
index 348f4bd..9c9e165 100644
--- a/python/subunit/tests/test_subunit_filter.py
+++ b/python/subunit/tests/test_subunit_filter.py
@@ -99,8 +99,8 @@ class TestTestResultFilter(unittest.TestCase):
def run_tests(self, result_filter):
input_stream = self.getTestStream()
- self.test = subunit.ProtocolTestCase(input_stream)
- self.test.run(result_filter)
+ test = subunit.ProtocolTestCase(input_stream)
+ test.run(result_filter)
def getTestStream(self):
# While TestResultFilter works on python objects, using a subunit