From 99e1373c7e70080b9a7d55ac66c634d9ca372ffe Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Sun, 25 Mar 2012 15:50:47 +0100 Subject: Don't bother testing the script because no one has bothered for any of the other scripts --- python/subunit/tests/test_test_results.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python') 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() -- cgit v1.2.1