]> git.openstreetmap.org Git - nominatim.git/commit
test: fix linting errors
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 21:07:39 +0000 (23:07 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 21:07:39 +0000 (23:07 +0200)
commit430c316e45c5fcbaf7f8023958a13ad1f31f44b2
tree0a2931721d8dd559779a6fd8b7554154fbe61014
parent01f5a9ff843846d52ee671d19fda8301b82c84c4
test: fix linting errors
31 files changed:
.pylintrc
test/python/conftest.py
test/python/dummy_tokenizer.py
test/python/mocks.py
test/python/test_cli.py
test/python/test_cli_replication.py
test/python/test_config.py
test/python/test_db_async_connection.py
test/python/test_db_connection.py
test/python/test_db_sql_preprocessor.py
test/python/test_db_status.py
test/python/test_db_utils.py
test/python/test_indexing.py
test/python/test_tokenizer_factory.py
test/python/test_tokenizer_legacy.py
test/python/test_tokenizer_legacy_icu.py
test/python/test_tools_admin.py
test/python/test_tools_check_database.py
test/python/test_tools_database_import.py
test/python/test_tools_exec_utils.py
test/python/test_tools_freeze.py
test/python/test_tools_import_special_phrases.py
test/python/test_tools_postcodes.py
test/python/test_tools_refresh.py
test/python/test_tools_refresh_address_levels.py
test/python/test_tools_refresh_create_functions.py
test/python/test_tools_refresh_setup_website.py
test/python/test_tools_replication.py
test/python/test_tools_sp_csv_loader.py
test/python/test_tools_sp_wiki_loader.py
test/python/test_tools_tiger_data.py