<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""Doctest module for HTML comparison.

Usage::

   &gt;&gt;&gt; import lxml.html.usedoctest
   &gt;&gt;&gt; # now do your HTML doctests ...

See `lxml.doctestcompare`.
"""

from lxml import doctestcompare

doctestcompare.temp_install(html=True, del_module=__name__)
</pre></body></html>