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_webapp.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/unit/test_webapp.py') diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index 8598113f7..c5ec1ca97 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -3,9 +3,10 @@ import json from urllib.parse import ParseResult from mock import Mock -from searx.testing import SearxTestCase -from searx.search import Search + import searx.search.processors +from searx.search import Search +from tests import SearxTestCase class ViewsTestCase(SearxTestCase): -- cgit v1.2.3