You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
249 B

4 years ago
  1. """Doctest module for HTML comparison.
  2. Usage::
  3. >>> import lxml.html.usedoctest
  4. >>> # now do your HTML doctests ...
  5. See `lxml.doctestcompare`.
  6. """
  7. from lxml import doctestcompare
  8. doctestcompare.temp_install(html=True, del_module=__name__)