]> git.openstreetmap.org Git - nominatim.git/commit
bdd: run all setup via nominatim Python library
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 16 Mar 2021 21:13:33 +0000 (22:13 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 16 Mar 2021 21:20:41 +0000 (22:20 +0100)
commitebae3553e05586d1ddebacf485c92990c36525d0
treedffdeacb985cfc8acbfab472d745259c15bb4d73
parent81a6b746b83cd3e1d516c321e7098a8dee1cac09
bdd: run all setup via nominatim Python library

Drops all calls to PHP utility functions. nominatim cli functions
are used where possible, to stay as close to the final code as
possible with the tests.

By removing the PHP calls, the test code now only uses osm2pgsql and
the database module from the build directory.
test/bdd/steps/nominatim_environment.py
test/bdd/steps/steps_db_ops.py
test/bdd/steps/steps_osm_data.py