summaryrefslogtreecommitdiff
path: root/searx/tests/test_engines.py
blob: bfdd1de4c2e689a3b0bd7d42a00c9eb1322fda44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from searx.tests.engines.test_bing import *  # noqa
from searx.tests.engines.test_bing_images import *  # noqa
from searx.tests.engines.test_bing_news import *  # noqa
from searx.tests.engines.test_dailymotion import *  # noqa
from searx.tests.engines.test_deezer import *  # noqa
from searx.tests.engines.test_deviantart import *  # noqa
from searx.tests.engines.test_digg import *  # noqa
from searx.tests.engines.test_dummy import *  # noqa
from searx.tests.engines.test_flickr import *  # noqa
from searx.tests.engines.test_github import *  # noqa
from searx.tests.engines.test_mixcloud import *  # noqa
from searx.tests.engines.test_searchcode_code import *  # noqa
from searx.tests.engines.test_searchcode_doc import *  # noqa
from searx.tests.engines.test_youtube import *  # noqa