summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/tests/test_lxml.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/beautifulsoup/tests/test_lxml.py')
-rw-r--r--src/beautifulsoup/tests/test_lxml.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/beautifulsoup/tests/test_lxml.py b/src/beautifulsoup/tests/test_lxml.py
new file mode 100644
index 0000000..5211301
--- /dev/null
+++ b/src/beautifulsoup/tests/test_lxml.py
@@ -0,0 +1,6 @@
+from treebuilder import CompatibilityTest
+from beautifulsoup.builder.lxml_builder import LXMLTreeBuilder
+import unittest
+
+def additional_tests():
+ return unittest.TestSuite([CompatibilityTest(LXMLTreeBuilder())])