mirror of
https://github.com/searxng/searxng.git
synced 2026-09-11 16:56:05 +00:00
fmt
This commit is contained in:
@@ -11,7 +11,6 @@ from searx.external_bang import (
|
||||
from searx.search.models import EngineRef, SearchQuery
|
||||
from tests import SearxTestCase
|
||||
|
||||
|
||||
TEST_DB = {
|
||||
'trie': {
|
||||
'exam': {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,7 +21,6 @@ from searx.preferences import Preferences
|
||||
from tests import SearxTestCase
|
||||
from .test_plugins import PluginMock
|
||||
|
||||
|
||||
locales_initialize()
|
||||
favicons.init()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user