diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-15 18:41:22 +0000 |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-15 18:41:22 +0000 |
commit | 9235ea4f26c883c37ea6d3655cb96848e25fd87d (patch) | |
tree | 21cf6e657197e152afa2542dd4a5fd8f5f78e41a /Lib/test/xmltests.py | |
parent | 6f0d479c78280572196419917c367d581d6d0e3f (diff) | |
download | cpython-git-9235ea4f26c883c37ea6d3655cb96848e25fd87d.tar.gz |
added cElementTree tests
Diffstat (limited to 'Lib/test/xmltests.py')
-rw-r--r-- | Lib/test/xmltests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/xmltests.py b/Lib/test/xmltests.py index ced670b00f..d203709221 100644 --- a/Lib/test/xmltests.py +++ b/Lib/test/xmltests.py @@ -16,5 +16,6 @@ runtest("test.test_minidom") runtest("test.test_pyexpat") runtest("test.test_sax") runtest("test.test_xml_etree") +runtest("test.test_xml_etree_c") runtest("test.test_xmllib") runtest("test.test_xmlrpc") |