aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/lxml/usedoctest.py
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/lxml/usedoctest.py')
-rw-r--r--.venv/lib/python3.12/site-packages/lxml/usedoctest.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/lxml/usedoctest.py b/.venv/lib/python3.12/site-packages/lxml/usedoctest.py
new file mode 100644
index 00000000..f1da8cad
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/lxml/usedoctest.py
@@ -0,0 +1,13 @@
+"""Doctest module for XML comparison.
+
+Usage::
+
+ >>> import lxml.usedoctest
+ >>> # now do your XML doctests ...
+
+See `lxml.doctestcompare`
+"""
+
+from lxml import doctestcompare
+
+doctestcompare.temp_install(del_module=__name__)