summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2012-03-25 15:50:47 +0100
committerJonathan Lange <jml@mumak.net>2012-03-25 15:50:47 +0100
commit99e1373c7e70080b9a7d55ac66c634d9ca372ffe (patch)
treede52edb59429b5137d5bbd21ddfe97c05f6fa4ce /python
parent6b8fb41b69b58bdbe639e324e45803ecdb169726 (diff)
downloadsubunit-git-99e1373c7e70080b9a7d55ac66c634d9ca372ffe.tar.gz
Don't bother testing the script because no one has bothered for any of
the other scripts
Diffstat (limited to 'python')
-rw-r--r--python/subunit/tests/test_test_results.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/subunit/tests/test_test_results.py b/python/subunit/tests/test_test_results.py
index f3f3480..8ffdd42 100644
--- a/python/subunit/tests/test_test_results.py
+++ b/python/subunit/tests/test_test_results.py
@@ -475,8 +475,6 @@ class TestCsvResult(testtools.TestCase):
],
output)
-# XXX: Tests for subunit2csv
-
def test_suite():
loader = subunit.tests.TestUtil.TestLoader()