mirror of https://github.com/searxng/searxng.git
[enh] checker: wikidata & ddd: add specific tests
This commit is contained in:
parent
16a889dd8f
commit
ca0889d488
|
@ -113,6 +113,14 @@ additional_tests:
|
||||||
test:
|
test:
|
||||||
- unique_results
|
- unique_results
|
||||||
|
|
||||||
|
tests:
|
||||||
|
infobox: &tests_infobox
|
||||||
|
infobox:
|
||||||
|
matrix:
|
||||||
|
query: ["linux", "new york", "bbc"]
|
||||||
|
result_container:
|
||||||
|
- has_infobox
|
||||||
|
|
||||||
engines:
|
engines:
|
||||||
- name: apk mirror
|
- name: apk mirror
|
||||||
engine: apkmirror
|
engine: apkmirror
|
||||||
|
@ -229,6 +237,7 @@ engines:
|
||||||
shortcut : ddd
|
shortcut : ddd
|
||||||
weight : 2
|
weight : 2
|
||||||
disabled : True
|
disabled : True
|
||||||
|
tests: *tests_infobox
|
||||||
|
|
||||||
# cloudflare protected
|
# cloudflare protected
|
||||||
# - name : digbt
|
# - name : digbt
|
||||||
|
@ -273,6 +282,7 @@ engines:
|
||||||
shortcut : wd
|
shortcut : wd
|
||||||
timeout : 3.0
|
timeout : 3.0
|
||||||
weight : 2
|
weight : 2
|
||||||
|
tests: *tests_infobox
|
||||||
|
|
||||||
- name : duckduckgo
|
- name : duckduckgo
|
||||||
engine : duckduckgo
|
engine : duckduckgo
|
||||||
|
|
Loading…
Reference in New Issue