package documentation

The lxml test suite for lxml, ElementTree and cElementTree.

Module common_imports Common helpers and adaptations for Py2/3. To be used in tests.
Module dummy_http_server Simple HTTP request dumper for tests.
Module fuzz_xml_parse Fuzzes the lxml.etree.XML function with the Atheris fuzzer.
Module selftest No module docstring; 0/3 constant, 38/50 functions documented
Module selftest2 No module docstring; 0/3 constant, 10/19 functions documented
Module test_builder Tests that ElementMaker works properly.
Module test_classlookup Tests for different Element class lookup mechanisms.
Module test_css Undocumented
Module test_doctestcompare Undocumented
Module test_dtd Test cases related to DTD parsing and validation
Module test_elementpath Tests for the ElementPath implementation.
Module test_elementtree Tests for the ElementTree API
Module test_errors Undocumented
Module test_etree Tests specific to the extended etree API
Module test_external_document Test cases related to direct loading of external libxml2 documents
Module test_htmlparser HTML parser test cases for etree
Module test_http_io Web IO test cases (wsgiref)
Module test_incremental_xmlfile Tests for the incremental XML serialisation API.
Module test_io IO test cases that apply to both etree and ElementTree
Module test_isoschematron Test cases related to ISO-Schematron parsing and validation
Module test_nsclasses Test cases related to namespace implementation classes and the namespace registry mechanism
Module test_objectify Tests specific to the lxml.objectify API
Module test_pyclasslookup Tests specific to the Python based class lookup.
Module test_relaxng Test cases related to RelaxNG parsing and validation
Module test_sax Test cases related to SAX I/O
Module test_schematron Test cases related to Schematron parsing and validation
Module test_threading Tests for thread usage in lxml.etree.
Module test_unicode Undocumented
Module test_xmlschema Test cases related to XML Schema parsing and validation
Module test_xpathevaluator Test cases related to XPath evaluation and the XPath class
Module test_xslt Test cases related to XSLT processing