test_engines.py 1.9KB

1234567891011121314151617181920212223242526272829303132333435
  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_btdigg import * # noqa
  5. from searx.tests.engines.test_currency_convert import * # noqa
  6. from searx.tests.engines.test_dailymotion import * # noqa
  7. from searx.tests.engines.test_deezer import * # noqa
  8. from searx.tests.engines.test_deviantart import * # noqa
  9. from searx.tests.engines.test_digg import * # noqa
  10. from searx.tests.engines.test_duckduckgo import * # noqa
  11. from searx.tests.engines.test_dummy import * # noqa
  12. from searx.tests.engines.test_faroo import * # noqa
  13. from searx.tests.engines.test_flickr import * # noqa
  14. from searx.tests.engines.test_flickr_noapi import * # noqa
  15. from searx.tests.engines.test_github import * # noqa
  16. from searx.tests.engines.test_www1x import * # noqa
  17. from searx.tests.engines.test_google_images import * # noqa
  18. from searx.tests.engines.test_google_news import * # noqa
  19. from searx.tests.engines.test_kickass import * # noqa
  20. from searx.tests.engines.test_mediawiki import * # noqa
  21. from searx.tests.engines.test_mixcloud import * # noqa
  22. from searx.tests.engines.test_openstreetmap import * # noqa
  23. from searx.tests.engines.test_piratebay import * # noqa
  24. from searx.tests.engines.test_searchcode_code import * # noqa
  25. from searx.tests.engines.test_searchcode_doc import * # noqa
  26. from searx.tests.engines.test_soundcloud import * # noqa
  27. from searx.tests.engines.test_stackoverflow import * # noqa
  28. from searx.tests.engines.test_startpage import * # noqa
  29. from searx.tests.engines.test_subtitleseeker import * # noqa
  30. from searx.tests.engines.test_twitter import * # noqa
  31. from searx.tests.engines.test_vimeo import * # noqa
  32. from searx.tests.engines.test_www500px import * # noqa
  33. from searx.tests.engines.test_youtube import * # noqa
  34. from searx.tests.engines.test_yahoo import * # noqa
  35. from searx.tests.engines.test_yahoo_news import * # noqa