summaryrefslogtreecommitdiff
path: root/lib/thandy/tests.py
diff options
context:
space:
mode:
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))