summaryrefslogtreecommitdiff
path: root/searx/tests/test_engines.py
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-05-31 00:25:59 +0200
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-05-31 00:25:59 +0200
commitf965c978222cf48e8dd4b7dd6c9a28ccca9bc62f (patch)
treec2bd2e7e17cc3090404390694f7127a580b589a8 /searx/tests/test_engines.py
parentaac8d3a7bfdd77a5369e52a4ece99b20669a4625 (diff)
Adds two engines : Youtube with or without API
The API needs an API_KEY The NOAPI doesn't have the published dates.
Diffstat (limited to 'searx/tests/test_engines.py')
-rw-r--r--searx/tests/test_engines.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py
index 5770458f3..d0a4de4b8 100644
--- a/searx/tests/test_engines.py
+++ b/searx/tests/test_engines.py
@@ -39,4 +39,6 @@ from searx.tests.engines.test_www500px import * # noqa
from searx.tests.engines.test_yacy import * # noqa
from searx.tests.engines.test_yahoo import * # noqa
from searx.tests.engines.test_youtube import * # noqa
+from searx.tests.engines.test_youtube_api import * # noqa
+from searx.tests.engines.test_youtube_noapi import * # noqa
from searx.tests.engines.test_yahoo_news import * # noqa