searxng/searx/tests/test_engines.py

9 lines
441 B
Python
Raw Normal View History

2015-01-25 19:14:37 +00:00
from searx.tests.engines.test_bing import * # noqa
2015-01-25 21:12:34 +00:00
from searx.tests.engines.test_deezer import * # noqa
from searx.tests.engines.test_dummy import * # noqa
2015-01-26 16:36:10 +00:00
from searx.tests.engines.test_flickr import * # noqa
from searx.tests.engines.test_github import * # noqa
2015-01-25 21:33:02 +00:00
from searx.tests.engines.test_mixcloud import * # noqa
2015-01-27 21:37:11 +00:00
from searx.tests.engines.test_searchcode_code import * # noqa
2015-01-26 17:24:08 +00:00
from searx.tests.engines.test_youtube import * # noqa