summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2012-02-03 09:19:07 +0000
committerJonathan Lange <jml@canonical.com>2012-02-03 09:19:07 +0000
commit41cbeb7fc733a4aa893a1bd8ed1093f8449f1c3a (patch)
tree30ef821ad4e6219ed5fbf2f7607bde6af00c7d96 /python
parent2a8e024f9f84fe20b85210b3bc35131c998283c9 (diff)
downloadsubunit-git-41cbeb7fc733a4aa893a1bd8ed1093f8449f1c3a.tar.gz
Todos
Diffstat (limited to 'python')
-rw-r--r--python/subunit/tests/test_test_results.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/subunit/tests/test_test_results.py b/python/subunit/tests/test_test_results.py
index d90dcba..dbadc7c 100644
--- a/python/subunit/tests/test_test_results.py
+++ b/python/subunit/tests/test_test_results.py
@@ -452,6 +452,10 @@ class TestByTestResultTests(testtools.TestCase):
],
self.log)
+# XXX: Tests for csv_result
+
+# XXX: Tests for subunit2csv
+
def test_suite():
loader = subunit.tests.TestUtil.TestLoader()