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_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/test_search.py') diff --git a/tests/unit/test_search.py b/tests/unit/test_search.py index b0988a0c8..c7f15a681 100644 --- a/tests/unit/test_search.py +++ b/tests/unit/test_search.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- -from searx.testing import SearxTestCase +import searx.search from searx.search import SearchQuery, EngineRef from searx import settings -import searx.search +from tests import SearxTestCase SAFESEARCH = 0 -- cgit v1.2.3