summaryrefslogtreecommitdiff
path: root/bs4/tests/test_lxml.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-10-11 02:13:56 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-10-11 02:13:56 -0400
commit535d047aef8edcf2aed517cd883f4ba95b298bd8 (patch)
treebc9bdecfe9f74efa052a75dad46de5b1fc71ae2e /bs4/tests/test_lxml.py
parented8c08d3fc933a714a8adc7de97ec0ab7121e5e6 (diff)
Moved the test classes to tests/__init__.py.
Diffstat (limited to 'bs4/tests/test_lxml.py')
-rw-r--r--bs4/tests/test_lxml.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bs4/tests/test_lxml.py b/bs4/tests/test_lxml.py
index 31cb94e..1269e57 100644
--- a/bs4/tests/test_lxml.py
+++ b/bs4/tests/test_lxml.py
@@ -19,8 +19,7 @@ from bs4 import (
BeautifulStoneSoup,
)
from bs4.element import Comment, Doctype, SoupStrainer
-from . import test_htmlparser
-from .testing import (
+from . import (
HTMLTreeBuilderSmokeTest,
XMLTreeBuilderSmokeTest,
SoupTest,