summaryrefslogtreecommitdiff
path: root/lib/thandy/tests.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-22 19:13:10 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-22 19:13:10 +0000
commitcff6c8bac612ae4ed598ef222ada02d3a83ecaa1 (patch)
tree4a64951ef30e6795ef2dcebff20c302751885227 /lib/thandy/tests.py
parentd077d211bbfabeecf0b175df6bfb8e4e96a30747 (diff)
Add a quick and dirty thandy-client json2xml command. I am going to regret this someday.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17366 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib/thandy/tests.py')
-rw-r--r--lib/thandy/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/thandy/tests.py b/lib/thandy/tests.py
index 924fc82..a064188 100644
--- a/lib/thandy/tests.py
+++ b/lib/thandy/tests.py
@@ -9,6 +9,7 @@ import thandy.keys
import thandy.formats
import thandy.repository
import thandy.checkJson
+import thandy.encodeToXML
import thandy.util
import thandy.tests
@@ -122,6 +123,7 @@ def suite():
suite.addTest(doctest.DocTestSuite(thandy.formats))
suite.addTest(doctest.DocTestSuite(thandy.keys))
suite.addTest(doctest.DocTestSuite(thandy.checkJson))
+ suite.addTest(doctest.DocTestSuite(thandy.encodeToXML))
loader = unittest.TestLoader()
suite.addTest(loader.loadTestsFromModule(thandy.tests))