mirror of
https://github.com/searxng/searxng.git
synced 2026-02-06 19:11:01 +00:00
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
Unit test fails::
Traceback (most recent call last):
File "/share/searxng/local/py3/lib/python3.10/site-packages/parameterized/parameterized.py", line 620, in standalone_func
return func(*(a + p.args), **p.kwargs, **kw)
File "/share/searxng/tests/unit/test_locales.py", line 121, in test_locale_optimized_territory
self.assertEqual(locales.match_locale(locale, locale_list), expected_locale)
AssertionError: 'fr-CH' != 'fr-BE'
- fr-CH
+ fr-BE
With the `babel` update from 2.17.0 to 2.18.0 the population DB has been
updated (the test was implemented for the old values).
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .vscode | ||
| client/simple | ||
| container | ||
| docs | ||
| searx | ||
| searxng_extra | ||
| tests | ||
| utils | ||
| .coveragerc | ||
| .dir-locals-template.el | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .nvmrc | ||
| .pylintrc | ||
| .weblate | ||
| .yamllint.yml | ||
| AUTHORS.rst | ||
| babel.cfg | ||
| CHANGELOG.rst | ||
| CONTRIBUTING.rst | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| manage | ||
| mise.toml | ||
| package.json | ||
| PULL_REQUEST_TEMPLATE.md | ||
| pyrightconfig.json | ||
| README.rst | ||
| requirements-dev.txt | ||
| requirements-server.txt | ||
| requirements.txt | ||
| SECURITY.md | ||
| setup.py | ||
SearXNG is a metasearch engine. Users are neither tracked nor profiled.
Setup
To install SearXNG, see Installation guide.
To fine-tune SearXNG, see Configuration guide.
Further information on how-to can be found here.
Connect
If you have questions or want to connect with others in the community:
Contributing
See CONTRIBUTING for more details.
License
This project is licensed under the GNU Affero General Public License (AGPL-3.0). See LICENSE for more details.