diff options
| author | Jonathan Lange <jml@canonical.com> | 2011-02-10 17:58:09 +0000 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2011-02-10 17:58:09 +0000 |
| commit | 273f9cb733fe18c7dd315d1c1d9c846514b6e5fa (patch) | |
| tree | beb7b6e6af5b260579ba6be12605fa7b1bd35be3 /python/subunit/tests | |
| parent | 607649aa4499c299a9da9daa6c12b0d4f63c60ff (diff) | |
| download | subunit-git-273f9cb733fe18c7dd315d1c1d9c846514b6e5fa.tar.gz | |
Delete unused method.
Diffstat (limited to 'python/subunit/tests')
| -rw-r--r-- | python/subunit/tests/test_subunit_filter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/subunit/tests/test_subunit_filter.py b/python/subunit/tests/test_subunit_filter.py index 52e9f91..448f06c 100644 --- a/python/subunit/tests/test_subunit_filter.py +++ b/python/subunit/tests/test_subunit_filter.py @@ -26,9 +26,6 @@ from subunit.test_results import TestResultFilter class TestTestResultFilter(unittest.TestCase): """Test for TestResultFilter, a TestResult object which filters tests.""" - def _setUp(self): - self.output = StringIO() - def test_default(self): """The default is to exclude success and include everything else.""" self.filtered_result = unittest.TestResult() |
