summaryrefslogtreecommitdiff
path: root/searx/tests/test_engines.py
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-02-08 14:12:14 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-02-08 14:12:14 +0100
commit04f7118d0a0693906ef57fa83f01d29eb366a45e (patch)
tree1328e80350a8861ddd8c630bb09bafa8b849bd38 /searx/tests/test_engines.py
parent7c075aa73197030d01b210054488ce99ec861d70 (diff)
[enh] add gigablast engine
Diffstat (limited to 'searx/tests/test_engines.py')
-rw-r--r--searx/tests/test_engines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py
index ff8185b1e..30f2d0912 100644
--- a/searx/tests/test_engines.py
+++ b/searx/tests/test_engines.py
@@ -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