frappe_docker/frappe-bench/env/lib/python2.7/site-packages/lxml/html/usedoctest.py
2017-07-31 15:51:51 +05:30

13 lines
249 B
Python

"""Doctest module for HTML comparison.
Usage::
>>> import lxml.html.usedoctest
>>> # now do your HTML doctests ...
See `lxml.doctestcompare`.
"""
from lxml import doctestcompare
doctestcompare.temp_install(html=True, del_module=__name__)