From b9c73fb69784726608d1a2d72b7a17f777d30b9d Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 2 Sep 2021 16:01:34 +0200 Subject: [mod] move searx/testing.py to the tests directory move robot tests to tests.robot manage calls "python -m tests.robot" --- tests/unit/engines/test_xpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/engines/test_xpath.py') diff --git a/tests/unit/engines/test_xpath.py b/tests/unit/engines/test_xpath.py index 963a44a25..287beeab4 100644 --- a/tests/unit/engines/test_xpath.py +++ b/tests/unit/engines/test_xpath.py @@ -2,7 +2,7 @@ from collections import defaultdict import mock from searx.engines import xpath -from searx.testing import SearxTestCase +from tests import SearxTestCase class TestXpathEngine(SearxTestCase): -- cgit v1.2.3