]> git.openstreetmap.org Git - nominatim.git/commit
test: use table_rows() and execute_values() where possible
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 08:51:10 +0000 (10:51 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 08:51:10 +0000 (10:51 +0200)
commit65bd749918e2368c0f9f14a696bbec473de21530
treecce4f68a2a2870e0e9098b91e1380f5e58ba4233
parent510eb53f536078dd8bca6dcfa5f2cd76bf80df47
test: use table_rows() and execute_values() where possible

Some uses of scalar() could also be replaced with convenience
functions from the word table mock.
test/python/conftest.py
test/python/test_db_status.py
test/python/test_tokenizer_legacy.py
test/python/test_tokenizer_legacy_icu.py
test/python/test_tools_database_import.py
test/python/test_tools_refresh.py
test/python/test_tools_refresh_address_levels.py