From ed8c08d3fc933a714a8adc7de97ec0ab7121e5e6 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 9 Oct 2021 13:08:49 -0400 Subject: Moved testing.py into the same package as the tests. --- bs4/tests/test_soup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bs4/tests/test_soup.py') diff --git a/bs4/tests/test_soup.py b/bs4/tests/test_soup.py index f73086a..a67d1d9 100644 --- a/bs4/tests/test_soup.py +++ b/bs4/tests/test_soup.py @@ -33,7 +33,7 @@ from bs4.dammit import ( EntitySubstitution, UnicodeDammit, ) -from bs4.testing import ( +from .testing import ( default_builder, SoupTest, skipIf, -- cgit v1.2.3