]> git.openstreetmap.org Git - nominatim.git/commit
extend BDD API tests to query via Python frameworks
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 6 Dec 2022 10:20:50 +0000 (11:20 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 3 Jan 2023 09:03:00 +0000 (10:03 +0100)
commit7219ee653276359d4485ff8b89e1841e42af71c5
tree0d9cafab719891f5a90f71fefd09445a8976ee3f
parentd7bc846c3cd3e21cf28fed583676e400d3a9d7be
extend BDD API tests to query via Python frameworks

A new config option ENGINE allows to choose between php and any of the
supported Python engines.
nominatim/server/falcon/server.py
nominatim/server/sanic/server.py
nominatim/server/starlette/server.py
test/bdd/environment.py
test/bdd/steps/nominatim_environment.py
test/bdd/steps/steps_api_queries.py