]> git.openstreetmap.org Git - nominatim.git/commit
bdd: move column comparison in separate file
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 6 Jan 2021 11:28:09 +0000 (12:28 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 6 Jan 2021 11:28:09 +0000 (12:28 +0100)
commit1f29475fa51455363f8cc7b55bec0e801afc638b
treeb41d8548fba0eab43ad03be1cb1ae5b6cc113ef0
parentd586b95ff11a45ab6223e83e1b0540f1db87b325
bdd: move column comparison in separate file

Introduces a new class DBRow that encapsulates the comparison
functions. This also is responsible for formatting more informative
assert messages. place and placex steps are unified.
test/bdd/steps/steps_db_ops.py
test/bdd/steps/table_compare.py