1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-07 09:50:12 +02:00
searxng/tests/unit
Markus Heiser 443bf35e09 [pylint] fix global-variable-not-assigned issues
If there is no write access, there is no need for global.  Remove global
statement if there is no assignment.

global-variable-not-assigned:
  Using global for names but no assignment is done Used when a variable is
  defined through the "global" statement but no assignment to this variable is
  done.

In Pylint 2.11 the global-variable-not-assigned checker now catches global
variables that are never reassigned in a local scope and catches (reassigned)
functions [1][2]

[1] https://pylint.pycqa.org/en/latest/whatsnew/2.11.html
[2] https://github.com/PyCQA/pylint/issues/1375

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-09-17 10:14:27 +02:00
..
engines [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
network [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
settings [mod] use tests/unit/settings/test_settings.yml in unit tests 2021-07-25 12:59:09 +02:00
__init__.py [mod] use tests/unit/settings/test_settings.yml in unit tests 2021-07-25 12:59:09 +02:00
test_answerers.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_engines_init.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_external_bangs.py [pylint] fix global-variable-not-assigned issues 2021-09-17 10:14:27 +02:00
test_plugins.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_preferences.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_query.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_results.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_search.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_settings_loader.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_standalone_searx.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_utils.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_webadapter.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00
test_webapp.py [fix] settings - displayed name is SearXNG 2021-09-13 14:36:24 +02:00
test_webutils.py [mod] move searx/testing.py to the tests directory 2021-09-02 16:01:34 +02:00