diff options
| author | Jonathan Lange <jml@mumak.net> | 2012-03-25 15:50:47 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2012-03-25 15:50:47 +0100 |
| commit | 90d25fbf012c22e34b67c1daeedbaf7650c0f7cc (patch) | |
| tree | de52edb59429b5137d5bbd21ddfe97c05f6fa4ce /python/subunit/tests | |
| parent | cf4b03757a3de1e737ccb5d008d936a634e08268 (diff) | |
| download | subunit-90d25fbf012c22e34b67c1daeedbaf7650c0f7cc.tar.gz | |
Don't bother testing the script because no one has bothered for any of
the other scripts
Diffstat (limited to 'python/subunit/tests')
| -rw-r--r-- | python/subunit/tests/test_test_results.py | 2 |
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() |
