test_engines.py 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. from searx.tests.engines.test_bing import * # noqa
  2. from searx.tests.engines.test_bing_images import * # noqa
  3. from searx.tests.engines.test_bing_news import * # noqa
  4. from searx.tests.engines.test_blekko_images import * # noqa
  5. from searx.tests.engines.test_btdigg import * # noqa
  6. from searx.tests.engines.test_currency_convert import * # noqa
  7. from searx.tests.engines.test_dailymotion import * # noqa
  8. from searx.tests.engines.test_deezer import * # noqa
  9. from searx.tests.engines.test_deviantart import * # noqa
  10. from searx.tests.engines.test_digg import * # noqa
  11. from searx.tests.engines.test_duckduckgo import * # noqa
  12. from searx.tests.engines.test_duckduckgo_definitions import * # noqa
  13. from searx.tests.engines.test_dummy import * # noqa
  14. from searx.tests.engines.test_faroo import * # noqa
  15. from searx.tests.engines.test_flickr import * # noqa
  16. from searx.tests.engines.test_flickr_noapi import * # noqa
  17. from searx.tests.engines.test_gigablast import * # noqa
  18. from searx.tests.engines.test_github import * # noqa
  19. from searx.tests.engines.test_google import * # noqa
  20. from searx.tests.engines.test_google_images import * # noqa
  21. from searx.tests.engines.test_google_news import * # noqa
  22. from searx.tests.engines.test_kickass import * # noqa
  23. from searx.tests.engines.test_mediawiki import * # noqa
  24. from searx.tests.engines.test_mixcloud import * # noqa
  25. from searx.tests.engines.test_openstreetmap import * # noqa
  26. from searx.tests.engines.test_photon import * # noqa
  27. from searx.tests.engines.test_piratebay import * # noqa
  28. from searx.tests.engines.test_searchcode_code import * # noqa
  29. from searx.tests.engines.test_searchcode_doc import * # noqa
  30. from searx.tests.engines.test_soundcloud import * # noqa
  31. from searx.tests.engines.test_spotify import * # noqa
  32. from searx.tests.engines.test_stackoverflow import * # noqa
  33. from searx.tests.engines.test_startpage import * # noqa
  34. from searx.tests.engines.test_subtitleseeker import * # noqa
  35. from searx.tests.engines.test_twitter import * # noqa
  36. from searx.tests.engines.test_vimeo import * # noqa
  37. from searx.tests.engines.test_www1x import * # noqa
  38. from searx.tests.engines.test_www500px import * # noqa
  39. from searx.tests.engines.test_yacy import * # noqa
  40. from searx.tests.engines.test_yahoo import * # noqa
  41. from searx.tests.engines.test_youtube import * # noqa
  42. from searx.tests.engines.test_youtube_api import * # noqa
  43. from searx.tests.engines.test_youtube_noapi import * # noqa
  44. from searx.tests.engines.test_yahoo_news import * # noqa