remove draft code

This commit is contained in:
Grant Lanham 2024-01-21 17:31:28 -05:00
parent e01091c8db
commit dc3a8beafe
2 changed files with 0 additions and 5 deletions

2
manage
View file

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

View file

@ -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}')