]> git.openstreetmap.org Git - nominatim.git/commit
test: replace raw execute() with fixture code where possible
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 10:11:04 +0000 (12:11 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 10:11:04 +0000 (12:11 +0200)
commitc06a1d007a4e67ab5caf5bf63d351f83e4e54ab6
tree55cf0abd02e5baf8224c753891361dbd329f8ec7
parent65bd749918e2368c0f9f14a696bbec473de21530
test: replace raw execute() with fixture code where possible
15 files changed:
test/python/conftest.py
test/python/cursor.py
test/python/test_cli.py
test/python/test_db_connection.py
test/python/test_db_properties.py
test/python/test_db_status.py
test/python/test_db_utils.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_freeze.py
test/python/test_tools_import_special_phrases.py
test/python/test_tools_replication.py