1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-19 19:50:19 +02:00
searxng/searx/tests/test_engines.py

16 lines
842 B
Python
Raw Normal View History

2015-01-25 20:14:37 +01:00
from searx.tests.engines.test_bing import * # noqa
2015-01-29 20:15:52 +01:00
from searx.tests.engines.test_bing_images import * # noqa
from searx.tests.engines.test_bing_news import * # noqa
2015-01-30 19:52:44 +01:00
from searx.tests.engines.test_btdigg import * # noqa
2015-01-27 23:20:57 +01:00
from searx.tests.engines.test_dailymotion import * # noqa
2015-01-25 22:12:34 +01:00
from searx.tests.engines.test_deezer import * # noqa
2015-01-29 01:13:33 +01:00
from searx.tests.engines.test_deviantart import * # noqa
2015-01-29 00:26:12 +01:00
from searx.tests.engines.test_digg import * # noqa
from searx.tests.engines.test_dummy import * # noqa
2015-01-26 17:36:10 +01:00
from searx.tests.engines.test_flickr import * # noqa
from searx.tests.engines.test_github import * # noqa
2015-01-25 22:33:02 +01:00
from searx.tests.engines.test_mixcloud import * # noqa
2015-01-27 22:37:11 +01:00
from searx.tests.engines.test_searchcode_code import * # noqa
2015-01-27 22:38:56 +01:00
from searx.tests.engines.test_searchcode_doc import * # noqa
2015-01-26 18:24:08 +01:00
from searx.tests.engines.test_youtube import * # noqa