diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-03-09 07:34:19 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-03-09 07:34:19 +1100 |
| commit | f08ed224895e8d5452f2f99c27c31b848b648b23 (patch) | |
| tree | 562924feb40f4abd327f06b3ff1b9a6e06b43cab /python | |
| parent | 3ce3d23538169f0dd09797941727838baf86c68f (diff) | |
| download | subunit-git-f08ed224895e8d5452f2f99c27c31b848b648b23.tar.gz | |
Review feedback on filters.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/tests/test_subunit_filter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/tests/test_subunit_filter.py b/python/subunit/tests/test_subunit_filter.py index e9ff4d1..1341d12 100644 --- a/python/subunit/tests/test_subunit_filter.py +++ b/python/subunit/tests/test_subunit_filter.py @@ -118,7 +118,6 @@ xfail todo self.input_stream.seek(0) - def test_suite(): loader = subunit.tests.TestUtil.TestLoader() result = loader.loadTestsFromName(__name__) |
