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_webadapter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/test_webadapter.py') diff --git a/tests/unit/test_webadapter.py b/tests/unit/test_webadapter.py index 32417f019..9d8ff5f28 100644 --- a/tests/unit/test_webadapter.py +++ b/tests/unit/test_webadapter.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -from searx.testing import SearxTestCase from searx.preferences import Preferences from searx.engines import engines import searx.search from searx.search import EngineRef from searx.webadapter import validate_engineref_list +from tests import SearxTestCase PRIVATE_ENGINE_NAME = 'general private offline' -- cgit v1.2.3