summaryrefslogtreecommitdiff
path: root/searx/tests/test_engines.py
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-25 20:14:37 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-25 20:14:37 +0100
commit525af2a031b787e22c3e310e61bfcd5fd1737bca (patch)
treeac08b6ffb28c8f780e5feddf706b9c78ca70c677 /searx/tests/test_engines.py
parent44c9216c497862293318a48ad5c39f373cee95e6 (diff)
Add bing in the test units
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 1ffdbe529..970131b48 100644
--- a/searx/tests/test_engines.py
+++ b/searx/tests/test_engines.py
@@ -1,2 +1,3 @@
+from searx.tests.engines.test_bing import * # noqa
from searx.tests.engines.test_dummy import * # noqa
from searx.tests.engines.test_github import * # noqa