diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-29 11:02:18 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-01-12 11:47:17 +0100 |
commit | ca0889d488d232d357baacc8f16320c74333092c (patch) | |
tree | 0bf08014a6edfe3c53df3634f8794b168e078166 /searx/settings.yml | |
parent | 16a889dd8f4886cedf92a008ca89724bba0992dd (diff) | |
download | searxng-ca0889d488d232d357baacc8f16320c74333092c.tar.gz searxng-ca0889d488d232d357baacc8f16320c74333092c.zip |
[enh] checker: wikidata & ddd: add specific tests
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index f0ec05542..3094fc7a7 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -113,6 +113,14 @@ additional_tests: test: - unique_results +tests: + infobox: &tests_infobox + infobox: + matrix: + query: ["linux", "new york", "bbc"] + result_container: + - has_infobox + engines: - name: apk mirror engine: apkmirror @@ -229,6 +237,7 @@ engines: shortcut : ddd weight : 2 disabled : True + tests: *tests_infobox # cloudflare protected # - name : digbt @@ -273,6 +282,7 @@ engines: shortcut : wd timeout : 3.0 weight : 2 + tests: *tests_infobox - name : duckduckgo engine : duckduckgo |