This commit is contained in:
Ivan Gabaldon
2026-08-21 22:53:29 +02:00
parent f92003b360
commit 00eaf1157d
85 changed files with 50 additions and 72 deletions

View File

@@ -11,7 +11,6 @@ from searx.external_bang import (
from searx.search.models import EngineRef, SearchQuery
from tests import SearxTestCase
TEST_DB = {
'trie': {
'exam': {

View File

@@ -7,6 +7,7 @@ https://github.com/Nykakin/chompjs/blob/c1501b5cd82c0044539875331745b820e7bfd067
The commented-out tests are not yet supported by the current implementation.
"""
# pylint: disable=missing-class-docstring, invalid-name
import math

View File

@@ -21,7 +21,6 @@ from searx.preferences import Preferences
from tests import SearxTestCase
from .test_plugins import PluginMock
locales_initialize()
favicons.init()

View File

@@ -8,7 +8,6 @@ from searx.search.models import SearchQuery, EngineRef
from searx import settings
from tests import SearxTestCase
SAFESEARCH = 0
PAGENO = 1
PUBLIC_ENGINE_NAME = "dummy engine" # from the ./settings/test_settings.yml