]> git.openstreetmap.org Git - nominatim.git/commit
add tests for adding additional data
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 1 Dec 2021 10:22:46 +0000 (11:22 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 1 Dec 2021 10:22:46 +0000 (11:22 +0100)
commitbbbfc8201c2f85b413bd6abcf9cb9fb250af83cb
tree71ea3ef61457bd503d67263d6db7c61ea2567147
parent6f03a4d6ce89c88d285e9e6884a330cd3a32d5f0
add tests for adding additional data

Also adds checks that parameters for osm2pgsql are set
as expected.
test/python/tools/test_add_osm_data.py [new file with mode: 0644]
test/python/tools/test_database_import.py