[mod] move searx/testing.py to the tests directory

move robot tests to tests.robot
manage calls "python -m tests.robot"
This commit is contained in:
Alexandre Flament 2021-09-02 16:01:34 +02:00
parent 065b4dab56
commit b9c73fb697
23 changed files with 161 additions and 157 deletions

View file

@ -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