]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltests.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / xmltests.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltests.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltests.py
deleted file mode 100644 (file)
index f5eba69..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Convenience test module to run all of the XML-related tests in the\r
-# standard library.\r
-\r
-import sys\r
-import test.test_support\r
-\r
-test.test_support.verbose = 0\r
-\r
-def runtest(name):\r
-    __import__(name)\r
-    module = sys.modules[name]\r
-    if hasattr(module, "test_main"):\r
-        module.test_main()\r
-\r
-runtest("test.test_minidom")\r
-runtest("test.test_pyexpat")\r
-runtest("test.test_sax")\r
-runtest("test.test_xml_etree")\r
-runtest("test.test_xml_etree_c")\r
-runtest("test.test_xmllib")\r
-runtest("test.test_xmlrpc")\r