mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
remove draft code
This commit is contained in:
parent
e01091c8db
commit
dc3a8beafe
2 changed files with 0 additions and 5 deletions
2
manage
2
manage
|
@ -45,8 +45,6 @@ GECKODRIVER_VERSION="v0.33.0"
|
|||
# SPHINXOPTS=
|
||||
BLACK_OPTIONS=("--target-version" "py311" "--line-length" "120" "--skip-string-normalization")
|
||||
BLACK_TARGETS=("--exclude" "(searx/static|searx/languages.py)" "--include" 'searxng.msg|\.pyi?$' "searx" "searxng_extra" "tests")
|
||||
# add one or more engines, comma seperated, here to only test a subset of engines
|
||||
INTEGRATION_ENGINES="google"
|
||||
|
||||
_dev_redis_sock="/usr/local/searxng-redis/run/redis.sock"
|
||||
# set SEARXNG_REDIS_URL if it is not defined and "{_dev_redis_sock}" exists.
|
||||
|
|
|
@ -16,9 +16,6 @@ logger.level = logging.INFO
|
|||
stream_handler = logging.StreamHandler(sys.stdout)
|
||||
logger.addHandler(stream_handler)
|
||||
|
||||
SAFESEARCH = 0
|
||||
PAGENO = 1
|
||||
|
||||
|
||||
def test_single_engine(app: Flask, engine_name: str) -> Tuple[str, Optional[Exception], int]:
|
||||
logger.debug(f'Testing Engine: {engine_name}')
|
||||
|
|
Loading…
Add table
Reference in a new issue