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
230 B

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