diff options
| author | Alexandre Flament <alexandre.flament@hesge.ch> | 2024-03-03 18:50:41 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-03-03 20:00:46 +0100 |
| commit | 8fed5798ab9f90bd3e6cc5ddd00d13e0784d85fe (patch) | |
| tree | 599342295b04c6a87cda816b18f041729124987c | |
| parent | b1431e1670771481961a9e7cf6816d30f6afcfaa (diff) | |
Checker: tests for bahnhof
| -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 27fdebca1..968b38bf7 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -565,6 +565,16 @@ engines: require_api_key: false results: JSON language: de + tests: + bahnhof: + matrix: + query: berlin + lang: en + result_container: + - not_empty + - ['one_title_contains', 'Berlin Hauptbahnhof'] + test: + - unique_results - name: deezer engine: deezer |