Move tests to test/

This commit is contained in:
jorgectf
2021-06-30 00:58:58 +02:00
parent 78deec84fc
commit b9fa57f518
3 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,13 @@ import xml.dom.minidom, xml.dom.pulldom
import xmltodict
'''
TO-DO
Extend tests
Model xmltodict and xml.dom
Write StringIO/BytesIO additional tain steps
XML Parsers:
xml.etree.ElementTree.XMLParser() - no options, vuln by default
lxml.etree.XMLParser() - no_network=True huge_tree=False resolve_entities=True