From efe6dead5566d4800587491e5252474a33ddff60 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 2 Feb 2015 17:55:39 +0100 Subject: Duckduckgo unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index ff8185b1e..13fa753aa 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -6,6 +6,7 @@ from searx.tests.engines.test_dailymotion import * # noqa from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_deviantart import * # noqa from searx.tests.engines.test_digg import * # noqa +from searx.tests.engines.test_duckduckgo 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 -- cgit v1.2.3 From 1ea5bc63a51d98527da7be65807575d965df61f9 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 2 Feb 2015 18:39:50 +0100 Subject: Currency converter's unit test + DDG correction Does anyone know how to trigger the except in the currency converter while still being matched by the regex ? --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 13fa753aa..d0c0e69a4 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -2,6 +2,7 @@ from searx.tests.engines.test_bing import * # noqa from searx.tests.engines.test_bing_images import * # noqa from searx.tests.engines.test_bing_news import * # noqa from searx.tests.engines.test_btdigg import * # noqa +from searx.tests.engines.test_currency_convert import * # noqa from searx.tests.engines.test_dailymotion import * # noqa from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_deviantart import * # noqa -- cgit v1.2.3 From a96208be965bfc082524f3e22d9339364e2a9976 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Tue, 3 Feb 2015 19:56:26 +0100 Subject: Mediawiki's unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index d0c0e69a4..067616f0e 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -16,6 +16,7 @@ from searx.tests.engines.test_www1x import * # noqa from searx.tests.engines.test_google_images import * # noqa from searx.tests.engines.test_google_news import * # noqa from searx.tests.engines.test_kickass import * # noqa +from searx.tests.engines.test_mediawiki import * # noqa from searx.tests.engines.test_mixcloud import * # noqa from searx.tests.engines.test_piratebay import * # noqa from searx.tests.engines.test_searchcode_code import * # noqa -- cgit v1.2.3 From d6e511fc2f090a848fe5656382266fea816f7b01 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 4 Feb 2015 19:39:31 +0100 Subject: Twitter's unit test There is a commented line of a test that I didn't succed to make it work. It's an issue of unicode, utf-8, ascii, latin1... I think I tried everything, but if you have an idea... I'm still a newbie in python... --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 067616f0e..ccef28908 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -23,6 +23,7 @@ from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa from searx.tests.engines.test_soundcloud import * # noqa from searx.tests.engines.test_stackoverflow import * # noqa +from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www500px import * # noqa from searx.tests.engines.test_youtube import * # noqa -- cgit v1.2.3 From ff2ad57a8781c72886848abf013ec84778807c97 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 4 Feb 2015 20:07:26 +0100 Subject: Yahoo News' unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index ccef28908..65f182e8f 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -27,3 +27,4 @@ from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www500px import * # noqa from searx.tests.engines.test_youtube import * # noqa +from searx.tests.engines.test_yahoo_news import * # noqa -- cgit v1.2.3 From 9f13af8d3c96741e69f50b23abca9bd5a5e19998 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 4 Feb 2015 20:41:40 +0100 Subject: Yahoo's unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 65f182e8f..259ebcf35 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -27,4 +27,5 @@ from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www500px import * # noqa from searx.tests.engines.test_youtube import * # noqa +from searx.tests.engines.test_yahoo import * # noqa from searx.tests.engines.test_yahoo_news import * # noqa -- cgit v1.2.3 From 3a4d6045c1da950d13d1d14192247389c5932631 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Fri, 6 Feb 2015 16:39:59 +0100 Subject: Subtitleseeker's unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 259ebcf35..7fa1e2b8b 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -23,6 +23,7 @@ from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa from searx.tests.engines.test_soundcloud import * # noqa from searx.tests.engines.test_stackoverflow import * # noqa +from searx.tests.engines.test_subtitleseeker import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www500px import * # noqa -- cgit v1.2.3 From f1c10f4fe45f34c12994b9bbc4aca133202fd7ca Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Fri, 6 Feb 2015 17:31:10 +0100 Subject: Startpage's unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 7fa1e2b8b..0a3559665 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -23,6 +23,7 @@ from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa from searx.tests.engines.test_soundcloud import * # noqa from searx.tests.engines.test_stackoverflow import * # noqa +from searx.tests.engines.test_startpage import * # noqa from searx.tests.engines.test_subtitleseeker import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa -- cgit v1.2.3 From d0a1df881aa29be713f7446ffff746043b3d0302 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Sat, 7 Feb 2015 01:15:04 +0100 Subject: Openstreetmap's unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 0a3559665..cd2f3fdfc 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -18,6 +18,7 @@ from searx.tests.engines.test_google_news import * # noqa from searx.tests.engines.test_kickass import * # noqa from searx.tests.engines.test_mediawiki import * # noqa from searx.tests.engines.test_mixcloud import * # noqa +from searx.tests.engines.test_openstreetmap import * # noqa from searx.tests.engines.test_piratebay import * # noqa from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa -- cgit v1.2.3 From fb04f76698f8fd7347aa54a42e99ecb7ea5f7df0 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Sat, 7 Feb 2015 15:35:12 +0100 Subject: Faroo's unit test --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index cd2f3fdfc..e3e0938cf 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -9,6 +9,7 @@ from searx.tests.engines.test_deviantart import * # noqa from searx.tests.engines.test_digg import * # noqa from searx.tests.engines.test_duckduckgo import * # noqa from searx.tests.engines.test_dummy import * # noqa +from searx.tests.engines.test_faroo import * # noqa from searx.tests.engines.test_flickr import * # noqa from searx.tests.engines.test_flickr_noapi import * # noqa from searx.tests.engines.test_github import * # noqa -- cgit v1.2.3 From 0a537d3b89964c227724d3cd95adebd2bbafb720 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 9 Feb 2015 16:55:01 +0100 Subject: Yacy's unit test --- searx/tests/test_engines.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index e3e0938cf..4a27f5adb 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -30,6 +30,7 @@ from searx.tests.engines.test_subtitleseeker import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www500px import * # noqa -from searx.tests.engines.test_youtube 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_yahoo_news import * # noqa -- cgit v1.2.3 From 8c2a5f04926473a2a89667b7603e21cc31b80f61 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 9 Feb 2015 18:28:08 +0100 Subject: DDG Definitions' unit tests --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 4a27f5adb..0570a5296 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -8,6 +8,7 @@ from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_deviantart import * # noqa from searx.tests.engines.test_digg import * # noqa from searx.tests.engines.test_duckduckgo import * # noqa +from searx.tests.engines.test_duckduckgo_definitions import * # noqa from searx.tests.engines.test_dummy import * # noqa from searx.tests.engines.test_faroo import * # noqa from searx.tests.engines.test_flickr import * # noqa -- cgit v1.2.3 From f703a77fc9d44e1a2718a4c26a507973f3bf976d Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Tue, 10 Feb 2015 18:44:49 +0100 Subject: Photon's unit test As in Flickr, a continue is not detected by coverage as covered but it is. --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 0570a5296..966b5f1be 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -21,6 +21,7 @@ from searx.tests.engines.test_kickass import * # noqa from searx.tests.engines.test_mediawiki import * # noqa from searx.tests.engines.test_mixcloud import * # noqa from searx.tests.engines.test_openstreetmap import * # noqa +from searx.tests.engines.test_photon import * # noqa from searx.tests.engines.test_piratebay import * # noqa from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa -- cgit v1.2.3 From f96154b7c454a3b02bf688f248b4471c2020c28f Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 11 Feb 2015 17:16:52 +0100 Subject: Google's unit test --- searx/tests/test_engines.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 966b5f1be..81296c304 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -14,7 +14,7 @@ from searx.tests.engines.test_faroo import * # noqa from searx.tests.engines.test_flickr import * # noqa from searx.tests.engines.test_flickr_noapi import * # noqa from searx.tests.engines.test_github import * # noqa -from searx.tests.engines.test_www1x import * # noqa +from searx.tests.engines.test_google import * # noqa from searx.tests.engines.test_google_images import * # noqa from searx.tests.engines.test_google_news import * # noqa from searx.tests.engines.test_kickass import * # noqa @@ -31,6 +31,7 @@ from searx.tests.engines.test_startpage import * # noqa from searx.tests.engines.test_subtitleseeker import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa +from searx.tests.engines.test_www1x import * # noqa from searx.tests.engines.test_www500px import * # noqa from searx.tests.engines.test_yacy import * # noqa from searx.tests.engines.test_yahoo import * # noqa -- cgit v1.2.3