]> git.openstreetmap.org Git - nominatim.git/commit
bdd: use python library where possible
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 26 Feb 2021 15:14:29 +0000 (16:14 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 26 Feb 2021 15:14:29 +0000 (16:14 +0100)
commitdd03aeb966c2a101759d447a0fa00340812c89da
treea9e9f0abdd560cb36d906800559b02e3ccbaf6d6
parent15b590679063601512f7544d90b9fcef54cc08fd
bdd: use python library where possible

Replace calls to PHP scripts with direct calls into the
nominatim Python library where possible. This speed up
tests quite a bit.
lib-php/admin/setup.php
nominatim/cli.py
nominatim/clicmd/setup.py
nominatim/clicmd/transition.py
nominatim/tools/database_import.py
test/bdd/steps/nominatim_environment.py
test/bdd/steps/steps_db_ops.py
test/bdd/steps/steps_osm_data.py