summaryrefslogtreecommitdiff
path: root/tests/__init__.py
blob: cb43fc22a7ed8852f1c5eb2711da2f943cdeaf44 (plain)
1
2
3
4
5
import os

os.environ['SEARX_DEBUG'] = '1'
os.environ['SEARX_DISABLE_ETC_SETTINGS'] = '1'
os.environ.pop('SEARX_SETTINGS_PATH', None)