[enh] add gigablast engine

This commit is contained in:
Thomas Pointhuber 2015-02-08 14:12:14 +01:00
parent 7c075aa731
commit 04f7118d0a
4 changed files with 125 additions and 0 deletions

View file

@ -9,6 +9,7 @@ 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_flickr_noapi import * # noqa
from searx.tests.engines.test_gigablast import * # noqa
from searx.tests.engines.test_github import * # noqa
from searx.tests.engines.test_www1x import * # noqa
from searx.tests.engines.test_google_images import * # noqa