summaryrefslogtreecommitdiff
path: root/python/subunit/tests
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-03-09 07:34:19 +1100
committerRobert Collins <robertc@robertcollins.net>2009-03-09 07:34:19 +1100
commit670a3ce25fa3ad79bcd2a9d3ecb182385bffa5a0 (patch)
tree562924feb40f4abd327f06b3ff1b9a6e06b43cab /python/subunit/tests
parent638e5e3b8cb106c2e1f54580765a4c094b6083c7 (diff)
downloadsubunit-670a3ce25fa3ad79bcd2a9d3ecb182385bffa5a0.tar.gz
Review feedback on filters.
Diffstat (limited to 'python/subunit/tests')
-rw-r--r--python/subunit/tests/test_subunit_filter.py1
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__)