]> git.openstreetmap.org Git - nominatim.git/commit
bdd: move place table inserter into separate file
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Jan 2021 11:12:59 +0000 (12:12 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Jan 2021 11:12:59 +0000 (12:12 +0100)
commit197870e67a82505d52fb2fd45db638435af956b0
treecde50fb7170ca699a5830c15375c868047405e01
parentb8e39d2dde4ffc0d202fc60af920b54b054601d7
bdd: move place table inserter into separate file

Also simplifies usage by implementing a function that inserts
a complete table row.
test/bdd/steps/place_inserter.py [new file with mode: 0644]
test/bdd/steps/steps_db_ops.py