]> git.openstreetmap.org Git - nominatim.git/commit
bdd: switch to auto commit mode
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Jan 2021 10:22:43 +0000 (11:22 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Jan 2021 10:42:28 +0000 (11:42 +0100)
commit5dfa76a610972eea3930ecff1c41fb795ea2e7e4
treec1a8768e01d4306c71023011344f7c4ed1c72928
parent58c471c627a8893413f9734ff36c3fdc00827e6e
bdd: switch to auto commit mode

Put the connection to the test database into auto-commit mode
and get rid of the explicit commits. Also use cursors always in
context managers and unify the two implementations that copy
data from the place table.
test/bdd/steps/nominatim_environment.py
test/bdd/steps/steps_db_ops.py
test/bdd/steps/steps_osm_data.py