diff options
| author | Jonathan Lange <jml@canonical.com> | 2011-02-10 17:59:10 +0000 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2011-02-10 17:59:10 +0000 |
| commit | cfed1cc123546138685e177b2832b922576fb83c (patch) | |
| tree | 1f37cfa140bdeb25abe291f77b518c908307e9db /python | |
| parent | fce3670662a65c9cb3232c2a172e95aadc651bbb (diff) | |
| download | subunit-git-cfed1cc123546138685e177b2832b922576fb83c.tar.gz | |
No need for that either
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/tests/test_subunit_filter.py | 4 |
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 |
