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/test_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/test_utils.py') diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index 91ec2499d..e9c247382 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -2,10 +2,11 @@ import lxml.etree from lxml import html -from searx.testing import SearxTestCase from searx.exceptions import SearxXPathSyntaxException, SearxEngineXPathException from searx import utils +from tests import SearxTestCase + class TestUtils(SearxTestCase): -- cgit v1.2.3