split platform
This commit is contained in:
commit
8c9b09577d
2261 changed files with 676163 additions and 0 deletions
13
lib/python3.5/site-packages/lxml/html/usedoctest.py
Normal file
13
lib/python3.5/site-packages/lxml/html/usedoctest.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
"""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__)
|
||||
Loading…
Add table
Add a link
Reference in a new issue