summaryrefslogtreecommitdiffstats
path: root/Lib/test/xmltests.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-10 16:30:11 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-10 16:30:11 (GMT)
commitcd514cf175ef820fe62f7e201f596f930d4b1d02 (patch)
treeffc80f4b081de75675bf75adbfbe4fde256ee563 /Lib/test/xmltests.py
parentc09959ae0f76ee758980c999ff777ae72375b1b2 (diff)
downloadcpython-cd514cf175ef820fe62f7e201f596f930d4b1d02.zip
cpython-cd514cf175ef820fe62f7e201f596f930d4b1d02.tar.gz
cpython-cd514cf175ef820fe62f7e201f596f930d4b1d02.tar.bz2
#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell.
Diffstat (limited to 'Lib/test/xmltests.py')
-rw-r--r--Lib/test/xmltests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/xmltests.py b/Lib/test/xmltests.py
index 0bfcba1..bf685a4 100644
--- a/Lib/test/xmltests.py
+++ b/Lib/test/xmltests.py
@@ -15,6 +15,7 @@ def runtest(name):
runtest("test.test_minidom")
runtest("test.test_pyexpat")
runtest("test.test_sax")
+runtest("test.test_xml_dom_minicompat")
runtest("test.test_xml_etree")
runtest("test.test_xml_etree_c")
runtest("test.test_xmlrpc")